Setting up Visual Studio Code intellisense for Jest globals

1 · Nicholas C. Zakas · May 16, 2019, 8:17 a.m.
One of the benefits of Visual Studio Code is it’s ability to automatically detect the type of JavaScript value you’re working with and provide autocomplete (aka intellisense) for properties and methods. This works really well whenever you’re using a module system and explicitly importing values from modules. If a framework happens to add random global......