Npm IntellisenseVisual Studio Code plugin that autocompletes npm modules in import statements. InstallationIn the command palette (cmd-shift-p) select Install Extension and choose npm Intellisense. ContributingSomething missing? Found a bug? - Create a pull request or an issue. Github FeaturesImport command
Import command (ES5)
Scan devDependenciesNpm intellisense scans only dependencies by default. Set scanDevDependencies to true to enable it for devDependencies too.
Show build in (local) libsShows build in node modules like 'path' of 'fs'
Lookup package.json recursiveLook for package.json inside nearest directory instead of workspace root. It's enabled by default.
Experimental: Package Subfolder IntellisenseOpen subfolders of a module. This feature is work in progress and experimental.
LicenseThis software is released under MIT License |