There is no intellisence in visual studio code. i have installed and tried many extensions but it does not helping me out. It only shows those functions and variables that are already used in my code file. Here is the list on extension i have installed and the screenshot.
There is no intellisence in visual studio code. i have installed and tried many extensions but it does not helping me out. It only shows those functions and variables that are already used in my code file. Here is the list on extension i have installed and the screenshot.
Share Improve this question edited Mar 4, 2019 at 23:36 Gama11 34.1k9 gold badges89 silver badges106 bronze badges asked Mar 4, 2019 at 18:58 Usama KhanUsama Khan 2995 silver badges11 bronze badges 5 |2 Answers
Reset to default 15There is no problem with the vs code i just solve this by
npm install --save @types/node
This is one of development dependencies and —save
is just an argument that reflect the info related to this in your package.json
file
Use this command in Mac :
sudo npm install -g --save @types/node --unsafe-perm=true --allow-root
express
npm. – Shaharyar Commented Mar 4, 2019 at 19:07