-
Notifications
You must be signed in to change notification settings - Fork 20
Add code snippets #8
Comments
Does LSP4E support snippets from the language server? If so, it would be nice to implement this in the Dart analysis server instead of rolling our own snippets. |
I am not sure what is the difference between a code snippet and a completion proposal. Can you please describe in a user-story what you mean by code snippet? |
I'm talking about https://github.com/Microsoft/language-server-protocol/blob/master/snippetSyntax.md. I might be misunderstanding it though. Ultimately this would boil down to a user wanting to have the This is the LSP spec on this.
|
Awesome. Thanks for the clarification. I will see if this is something the LS of Dart might provide then. |
I submitted dart-lang/sdk#37831. |
There should be code snippets for the following actions:
The text was updated successfully, but these errors were encountered: