Video Notes
If you’re using VSCode and you want to disable the code hints (IntelliSense) that popup as you’re typing, or the popups that appear when you hover your code, add the following configs to your settings.json file:
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.hover.enabled": false,
"editor.parameterHints.enabled": false,
How to find your settings.json file?
To open your settings.json file goto View > Command Palette
Search settings and choose Preferences: Open User Settings (settings.json)
Learn more
For more details on working with and customizing VSCode’s code completion features check out the docs: Intellisense.
Unlock all notes for $4
Get 6 months of unlimited access to the notes for this video plus all 200+ guides on this site.
Or choose lifetime access for $25 and unlock everything forever.
Either way - no subscriptions, no auto-renewals. Just a simple one-time payment.
Your support helps me continue creating free, high-quality videos. Thank you!