Would be great if you could do everything (like npm publish) from VS instead of switching to a separate window every time you want to do something unsupported by the UI
Comments: Regarding this: > You use the search bar to find the third package, decide to enter some custom arguments... and with one click you're back in console view with "npm install <package-name> --save" pre-populated so you don't even have to worry about misspelling it Would drag & drop be an appropriate user gesture for this? i.e. dragging an entry from the (potentially filtered) list of packages in the package manager window onto the console window would type `npm install --save <package-name>` in it, but not commit the command.
Comments: Regarding this: > You use the search bar to find the third package, decide to enter some custom arguments... and with one click you're back in console view with "npm install <package-name> --save" pre-populated so you don't even have to worry about misspelling it Would drag & drop be an appropriate user gesture for this? i.e. dragging an entry from the (potentially filtered) list of packages in the package manager window onto the console window would type `npm install --save <package-name>` in it, but not commit the command.