Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript Intellisense not working in VS Code #193915

Closed
Bhavik47 opened this issue Sep 24, 2023 · 3 comments
Closed

Javascript Intellisense not working in VS Code #193915

Bhavik47 opened this issue Sep 24, 2023 · 3 comments
Assignees

Comments

@Bhavik47
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.82.2
  • OS Version: Windows_NT x64 10.0.22621

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 ->

@Bhavik47
Copy link
Author

hello.js.-.Javascript.-.Visual.Studio.Code.2023-09-25.13-01-49.mp4

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.

@mjbvz
Copy link
Contributor

mjbvz commented Sep 25, 2023

Those features don't come built-in. You have to install the appropriate extension.

@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

@Bhavik47
Copy link
Author

Thankyou, It worked now
TypeScript and JavaScript Language Features were disabled

@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants