Big Band_it
Big Band_it•5d ago

If I dont have to explicitly install a node pacakge to use it how do I get intellisense?

For example with express, I can import express from "npm:express" but how can I get VSCode to give me some intellisense for the package?
3 Replies
Doctor 🤖
Doctor 🤖•5d ago
For intellisense to work you need a copy of it on your computer. Unlike node, if you're missing local copies of dependencies when you attempt to run the code, it will download them first.
NeTT
NeTT•5d ago
For vscode you can use this command
No description
Doctor 🤖
Doctor 🤖•5d ago
That command is installing them

Did you find this page helpful?