Skip to content

@providesModule intellisense for `import from` statements in VSCode

Notifications You must be signed in to change notification settings

bengsfort/vscode-provides-module-intellisense

Repository files navigation

provides-module-intellisense

Features

Adds @providesModule intellisense to import from statements in javascript projects.

Adding a @providesModule module Intellisense!

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.

@todo

  • add support for named export module predictions kinda works? need to figure out a way to add priority within vscode api
  • add unit tests
  • clean up source

Release Notes

0.2.0

  • Added guard against intellisense popping up when ending an import statement
  • Increased max module cache

0.1.0

Initial release

About

@providesModule intellisense for `import from` statements in VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published