NodeJS support #6633
Unanswered
redeemefy
asked this question in
General Q&A
NodeJS support
#6633
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a brand new project with
0
dependencies.In vscode I could do
ctrl+space
and the suggestion from vscode shows in the same project without any dependencies. Is there anything I need to do to enable this? I'm using the wrong key binding? Or, do I need to donpm install --save-dev @types/node
?UPDATE 04NOV2023
By doing
npm install --save-dev @types/node
suggestions are working. I just thought that just because I see that the language serverJavaScript
is showing in the status bar I was going to get Node intellisense out of the box without installing@types/node
.Beta Was this translation helpful? Give feedback.
All reactions