Help getting started with snippets: pointer to "best practices-following instructions"? #9349
Unanswered
jerabaul29
asked this question in
Q&A
Replies: 1 comment 2 replies
-
We currently support LSP snippets, see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#snippet_syntax. So if a language server sends us a completion in snippet format then we can apply it. #395 covers custom snippets, for example in vscode see https://code.visualstudio.com/docs/editor/userdefinedsnippets. Those aren't implemented in Helix yet so there are some language servers you can use as workarounds like you linked. I don't use custom snippets so I can't recommend any of them over the others. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I understand that there is some form of support for snippets in helix, but I am a bit confused; see for example:
I am also confused by #6449 ; does this mean that helix has now some form of built in snippet LSP, or did the user mean that they have installed a separate snippet LSP, then added this to their config?
My questions:
Beta Was this translation helpful? Give feedback.
All reactions