castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

[Feature Request:] Add code snippets #140

Open didacusAbella opened 5 years ago

didacusAbella commented 5 years ago

It would be great if you can add some yard snippets and ruby snippets to improve coding experience. Thanks again for your amazing work!

castwide commented 5 years ago

Thanks!

I've been pondering snippet options. It doesn't seem like a good fit for the language server, as most editors (VS Code included) treat snippets as a discrete feature; but it might be a good fit for the extension. Also, it should probably be an opt-in feature to avoid conflicts with user-defined snippets and other extensions.

didacusAbella commented 5 years ago

@castwide you are right, and this feature request is to add this feature in VS-Code extension without touching the language server