Replies: 1 comment 1 reply
-
#9801 added support for snippet tabstops and was released in v25.01. Once you update to v25.01, accepting a snippet will leave the placeholders and you can use Tab to go to the next tabstop and leave the placeholder text there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing the beginning of a function name:

I press
tab
and get:Those are the name of the parameters of the function. I would like to use them.
But if I press
tab
nothing happen. If I press a normal key, it will remove them all and write the letter of the touch I just press. And if I pressesc
to leaveinsert mode
it will also get rid of those arguments.The comas stay tho.
What should I do to accept those suggestions?
I'm using
helix 24.7 (079f5442)
wit rust-analyzer
Beta Was this translation helpful? Give feedback.
All reactions