I'm also using VSCode and have no type completion ...
# typescript
b
I'm also using VSCode and have no type completion - do I need to do anything special to get that in there?
w
Nope - as long as you have packages installed (
npm install
) this should work automatically.
👍 1