-
-
Notifications
You must be signed in to change notification settings - Fork 938
Open
Description
Hi,
In Erlang LS we are adding support for snippets. When it comes to Emacs, it looks like variables as documented in:
https://github.com/microsoft/language-server-protocol/blob/master/snippetSyntax.md#variables
do not seem to work, while they work correctly in VS Code. I wonder if predefined variables in snippet are supported in lsp-mode
(in which case we may be doing something wrong) or if they are still not supported.
azimut