Home > Software engineering >  Visual Studio Code Javascript Intellisense not working
Visual Studio Code Javascript Intellisense not working

Time:02-24

When I use vscode and go to a script.js file intellisense will not work but intellisense works on everything else, variables, function and more will not show up. Thanks.

CodePudding user response:

I often have that happen and a restart of VS Code or closing the file and reopening it resolves it.

You could also reinstall the intellicode extension and see if that is a more permanent resolution.

  • Related