View Single Post
Old 09-28-2019, 05:13 AM   #26
solger
Human being with feelings
 
solger's Avatar
 
Join Date: Mar 2013
Posts: 5,857
Default

Quote:
Originally Posted by dsyrock View Post
Can I remove the first option, and left others there? And what does the "abc" icon mean?
The icons represent different types of IntelliSense completions: in this case 'abc' for words and the 'rectangle' for snippet prefixes.

It's possible to disable the 'abc' word ones:
  • by unchecking the Editor: Word Based Suggestion option in the Text Editor > Suggestions page of the settings (File > Preferences > Settings) **
  • or by adding the "editor.wordBasedSuggestions": false line in the settings.json file directly
More details here:

** As a side note: it's a good strategy in general to use the search bar at the top of the settings page to find specific options more quickly (in this case, for instance, by searching for 'suggestion' or 'intellisense'):
https://code.visualstudio.com/docs/g...ettings-editor
__________________
ReaLauncher

Last edited by solger; 09-28-2019 at 05:48 AM.
solger is offline   Reply With Quote