This question is similar to this thread: How to enable Node.js code autocompletion in VSCode?
However, I don't understand why I do not have this feature set up globally. I am trying to work with .js
files, my VSCode's language is properly set-up. But I don't get why I don't get auto-completion for variable like process
:
I have node
installed in my machine, I've even tried by installing npm install @types/node -g
but it doesn't change anything.
And talking with other developers, it seems they don't have this issue. I've tried disabling all my extensions, but it doesn't change.
Is there a setting I am missing?