You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features like code suggestion and error highlighting is not working for Javascript in my Visual Studio Code. No javascript emmet is being shown in the suggestions. It seems like Javascript intellisense is not working.
The code is running completely fine but features like code suggestion or completion , error highlighting , etc is not working.
Please help ->
The text was updated successfully, but these errors were encountered:
VS Code is showing no suggestions or errors even with all the javascript extensions. Here's the problem as you can see its not recommending document or any functions in document like getElementById() or getElementsByClassName() even after writing document. Nor is it recommending objects like console.
@codespearhead This is wrong. These features are built in
@Bhavik47 Did you disable the builtin Javascript support? In the extensions view, search for @builtin javascript and confirm that the TypeScript and JavaScript Language Features extension is enabled
Does this issue occur when all extensions are disabled?: Yes
Commit: abd2f3d
Date: 2023-09-14T05:55:25.390Z
Electron: 25.8.1
ElectronBuildId: 23779380
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
Features like code suggestion and error highlighting is not working for Javascript in my Visual Studio Code. No javascript emmet is being shown in the suggestions. It seems like Javascript intellisense is not working.
The code is running completely fine but features like code suggestion or completion , error highlighting , etc is not working.
Please help ->
The text was updated successfully, but these errors were encountered: