VSCode and intellisense

@dllb Most bundlers/compilers that have a watch option perform incremental builds, meaning only the modified parts are rebuilt when needed. This is a significant performance increase compared to what you were trying to do by triggering the entire build process through a hotkey :stuck_out_tongue:

Especially when working on larger projects, using a bundler that supports watch mode is highly recommended.