Tired of switching to integrated terminal or separate command prompt for running Angular CLI commands while building Angular application?
Then try out this extension.
It runs Angular/cli commands from Visual Studio code editor. Now you can run ng cli commands from any file (.html, .ts, .css, .) without leaving current cursor in your VS code editor.
Usage
Type any valid angular command anywhere in active editor
Select command
Press Ctrl+Shift+P to list all installed extensions
Type ngcli and select in list
Output
Selected command shall be run in integrated terminal
Selected command will be deleted from editor
Editor shall receive focus back from integrated terminal
Demo
Requirement
Latest version of Angular/CLI
npm install -g @angular/cli