-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add snippets #385
feat: add snippets #385
Conversation
8d4449f
to
8fbe1c2
Compare
Another thing is you need to preserve the documentation in the completion item in the snippet |
Should I add a new parameter to the |
Doing a Map.merge(original,snippet) might do the trick, no need to change the snippet function |
I'll try and play with this soon, currently wrapping up some work on the editor extensions. |
made a couple changes, otherwise great! |
Closes #59