Adds @providesModule
intellisense to import from
statements in javascript projects.
Will cache modules on activation, but you can manually run the module caching via the command drawer:
> cmd + shift + p
> Cache Modules
Modules are also re-cached every time they are changed.
add support for named export module predictionskinda works? need to figure out a way to add priority within vscode api- add unit tests
- clean up source
- Added guard against intellisense popping up when ending an import statement
- Increased max module cache
Initial release