So you can run angular-cli commands directly from the VSCode command panel.
In Visual Studio Code
- run ext install vsc-angular-cli - or, simply hit CMD/CTRL + Shift + P
- search for "Install Extension"
- search for "angular-cli".
- simply hit CMD/CTRL + Shift + P
- type a Supportedcommand
- ng new
- ng doc
- ng lint
- ng serve
- ng versio
- ng format
- ng e2e
- ng completion
- ng generate
- ng test
- ng help
- ng get
- ng set
- ng github-pages:deploy
Enjoy!