Ultimate Node js NPM Intellisense VSCode IDE Plugin to Search,Install & Manage Packages
Jul 12, 2025
Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you a VS code
0:04
uh plug-in which allows you to download
0:07
and install NodeJS dependencies right in
0:10
the VS code itself. You don't need to go
0:12
to command prompt and install it using
0:15
manually. So this is the plug-in here
0:17
that you just need to install. Uh just
0:19
if you go to extensions tab, just write
0:21
here npm and this extension will come
0:25
right here. It is developed by this
0:26
person. It's got 336,000 installs and
0:31
simply you need to click the install
0:33
button uh install this extension and it
0:36
comes with autocomplete.
0:38
So once you install this you will see in
0:40
the sidebar section this uh section will
0:44
be added. So if you click on that
0:49
so basically you open your package.json
0:52
file here. So
0:54
you open your package.json file then
0:58
click on this option
1:06
and then it will add this search bar. So
1:08
here you can basically search for any
1:10
npm dependency and as you type here it
1:13
will show you this autocomplete with
1:16
version number what is the total number
1:18
of installs everything will be available
1:21
to you right here in the VS code itself.
1:24
Just need to search for the dependencies
1:26
and right here as you click it it will
1:29
install the latest version and as well
1:32
it will also update the package.json
1:35
file. So as you can see it has installed
1:37
the 5.1.0 version of Express.
1:42
You can install multiple dependencies.
1:44
So this will save you a lot of time.
1:46
Simply select whichever dependency that
1:48
you want to install and you can see it
1:51
installed this malt dependency and it
1:54
also installs automatically the dev
1:57
dependencies which are needed. Uh so in
2:00
this easy way we search for the package
2:03
whichever package you want to install.
2:05
Simply click on that and with a single
2:07
click that package will be installed and
2:10
automatically your package.json file
2:12
will be updated. So you don't need to go
2:15
to terminal and manually install
2:17
packages. So you can install this
2:20
extension inside VS code. And uh as you
2:24
can see here, so if you just type for
2:27
the extension.
2:30
So you have basically all these
2:32
extensions available. You simply click
2:34
on that and automatically
2:38
that extension will be installed here.
2:40
You will see that the latest version
2:42
will be installed. And if you just want
2:44
to see the more information related to
2:46
this packet, you simply click on that.
2:48
And you can even select from a variety
2:51
of versions. So if you don't want to
2:52
install the latest version, just change
2:54
this
2:56
uh just uh
2:58
change the version number, change older
3:01
version. So simply click on that search
3:03
bar. So it will show you all the
3:05
versions of this package. Simply click
3:07
on that version number and then it will
3:09
update that version to that specific
3:13
versions. So personally I use this
3:15
extension a lot inside NodeJS projects
3:18
and this helped me a lot in saving time
3:21
because I can install a specific version
3:23
by simply clicking on that and then in
3:25
the drop down it will show you all the
3:27
versions which are there of that
3:30
specific package and automatically it
3:33
will install that package with that
3:35
specific version number. So
3:39
if you just want to update this to the
3:41
latest version, so you simply select the
3:44
latest version and update this. So it's
3:47
very easy to manage NodeJS packages
3:49
inside VS code with this extension. So
3:51
definitely install this npm autocomplete
3:57
extension which allows you to install
3:59
NodeJS packages right in the VS code. So
4:02
also check out my website
4:04
freemediattools.com
4:06
uh which contains thousands of tools.
