Reputation: 31
Using Visual Studio Code, intellisense is not working correctly in a .js
file. VSCODE version 1.56.2 (user setup)
The intellisense does work correctly in a <script>
tag within a .html
file.
I tried the steps in Visual Studio Code Intellisense not working for Javascript but it's not working either.
Upvotes: 1
Views: 1592
Reputation: 31
Thanks for the help but I figured it out. It was an in-built pre-disabled extension for JavaScript and typescript
Upvotes: 2
Reputation: 551
try the following extension Visual Studio IntelliCode
and restart your VSCode and System
Upvotes: 0