Skip to content

sublime package to auto install/uninstall npm modules, show current status, open npmjs documentation.

License

Notifications You must be signed in to change notification settings

fcannizzaro/npm-install

Repository files navigation

npm-install for sublime text 3

auto install npm modules, show npm icons, autocomplete require, open npmjs documentation.

preview

Installation

You can install this package through the Package Control.

Press /Ctrl + + P to open the command palette.

Type Install Package and press Enter. Then search for npm-install.

Commands

Command Default shortcut key
(Windows, Linux)
Default shortcut key
(OS X)
Extra
Install Modules CTRL+ALT+I +option+I Command Palette
Uninstall Module CTRL+ALT+U
CTRL+ALT+RIGHT CLICK
+option+U
+option+RIGHT CLICK
Command Palette
Context Menu
Open Documentation on npmjs CTRL+ALT+D
CTRL+ALT+CLICK
+option+D
+option+CLICK
Command Palette
Context Menu

Icons

Icon Description
on installed module
off missing module
installing installing module

Settings

key default action
icons true enable/disable status icons
autocomplete false autocomplete node modules's require.
autocomplete_prefix "var" javascript prefix: var, const, let
install_on_save true auto-install node modules on save.
prune_on_uninstall false auto-remove unused packages after uninstall.
install_manager "npm" javascript package manager: npm, yarn, pnpm

Autocomplete Sample

autocomplete

About

sublime package to auto install/uninstall npm modules, show current status, open npmjs documentation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages