Closed
Description
Currently, Visual Studio Code (as of 1.20.1) offers helpful hints on common language keywords like for
and class
and enum
(I'm using Typescript). I don't need assistance with these words - they're just noise, blocking me from seeing more relevant entries.
I would like to selectively choose what suggestions VSCode offers me - e.g. I'm more interested in what locals and imports are available than being spammed by language keywords. I think being able to go to user/workspace settings and flip on/off any of the suggestions types listed here would be perfect.
Strikes me as something that might be easily achievable too.