We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When LSP suggests a snnipet for function, it might look like:
func(, , ,)
And if I want to move to the next comma after I finished the first argument, I have to ESC -> l -> l -> i, which is a burnout.
ESC -> l -> l -> i
The text was updated successfully, but these errors were encountered:
Snippets aren't fully implemented, I think we can track this in one issue so I am going to close this as a duplicate of #395
Sorry, something went wrong.
No branches or pull requests
When LSP suggests a snnipet for function, it might look like:
And if I want to move to the next comma after I finished the first argument, I have to
ESC -> l -> l -> i
, which is a burnout.The text was updated successfully, but these errors were encountered: