Intellisense no longer working? How to re-enable? #6215
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
verified
Verification succeeded
I'm not sure exactly when this was disabled, but I used to get the Intellisense inline suggests without any special configuration. i.e. I'm in a single javascript file, I declare a function that has an unused locally scoped variable, and Intellisense underlines it.
This no longer happens and I'm not seeing an obvious way to reenable this? If I used globals that weren't defined, it also used to prompt to allow downloading of the typings file (e.g. for node), but that's also stopped.
The text was updated successfully, but these errors were encountered: