If I dont have to explicitly install a node pacakge to use it how do I get intellisense?
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.