-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature flag request: Separate argument injection from snippets #685
Labels
enhancement
New feature or request
Comments
Sounds like a good idea.
|
peteruhnak
added a commit
to peteruhnak/zls
that referenced
this issue
Oct 9, 2022
…enable_argument_placeholders` option [fixes zigtools#685]
peteruhnak
added a commit
to peteruhnak/zls
that referenced
this issue
Oct 14, 2022
…enable_argument_placeholders` option [fixes zigtools#685]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to separate argument injection into its own config independent of
enable_snippets
?With
enable_snippets
enabled, accepting a function completion also injects the function's args and types,e.g.
is completed to
instead of
I'm sure this is quite useful to some people and some code editors, but it seems like a separate functionality to be toggled independently (and to me it is quite annoying).
So basically change the code here to use different flag, and add docs for it & everything
zls/src/Server.zig
Line 498 in 8eeae02
I can create a PR if you are ok with the change.
The text was updated successfully, but these errors were encountered: