I use a bunch of vscode plugins, there are a lot of resources about it, but I recommend this one Great plugin, just couple press of button, and we can include some js libraries in our protype (in production system it’s better use spaceship webpack and etc.) But one day I just typed some code, and found out that cdnjs (that plugin above uses) don’t cover all of set js libraries, especially libraries that built on npm. Of course we can use npm,

npm_hell but I decided it’s better to have the same plugin, that uses unpkg And here it is