Skip to main content

All Questions

3 votes
1 answer
52 views

VSCode: Add snippets to semantic completions?

In VSCode, is it possible to tap into semantic suggestions and modify what's inserted when that suggestion is accepted? In other words, in a JavaScript file, typing in myArr.r will show the reduce ...
jabacchetta's user avatar
  • 50.5k
4 votes
1 answer
2k views

VS Code Conditional Snippets

I am looking to have some snippets listed conditionally in the VS Code IntelliSense for a particular language. I am considering creating an extension, intercepting the list of CompletionItems, and ...
mtbrown's user avatar
  • 126