Skip to content

Instantly share code, notes, and snippets.

@gparlakov
Last active February 19, 2019 15:39
Show Gist options
  • Select an option

  • Save gparlakov/d6c549d5bf89e6feed7d784e5bce265a to your computer and use it in GitHub Desktop.

Select an option

Save gparlakov/d6c549d5bf89e6feed7d784e5bce265a to your computer and use it in GitHub Desktop.
Instruct VS Code to give you only "your" intellisense stuff
{
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.suggest.localityBonus": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment