We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example without even having to analyze user Javascript classes, basic intellisense is missing:
I type test., nothing happens so I type Ctrl-Space and after 1-2 seconds(!) an empty menu comes up.
test.
Ctrl-Space
Function arguments aren't suggested:
My jsconfig.json:
jsconfig.json
{ "compilerOptions": { "target": "ES6", "module": "commonjs" }, "exclude": [ "node_modules" ] }
The text was updated successfully, but these errors were encountered:
duplicate of #2054
Sorry, something went wrong.
jrieken
No branches or pull requests
For example without even having to analyze user Javascript classes, basic intellisense is missing:
I type
test.
, nothing happens so I typeCtrl-Space
and after 1-2 seconds(!) an empty menu comes up.Function arguments aren't suggested:
My
jsconfig.json
:The text was updated successfully, but these errors were encountered: