DEV Community

Discussion on: Is there a "missing" feature or extension that you would like to see in VS Code?

Collapse
 
shrihankp profile image
Shrihan

The most important thing that I need is the ability to cache script tag src'es to provide intellisense in the custom JavaScript(Internal or External). Like, if I use GSAP, then, I use the gsap object, I get a lot of errors(in VSCode only). What I have to do is use //@ts-ignore to ignore the errors, or disable the error checking, of which the latter is not a good solution, atleast for me.

Collapse
 
robole profile image
Rob OLeary • Edited

This feature has been requested 3 years ago and has never made the cut for implementation, see the issue for more info. It's something I would of thought would have been given a higher priority! :-(

You could include a package.json with the library you are using (if there is an equivalent npm package), it should work AFAIK.