VS Code extension to generate Angular components, services, interfaces, guards, interceptors, and pipes with a single click, directly from a sidebar panel — no need to remember ng generate flags.
https://open-vsx.org/extension/diegozsr1/angular-manager
- Sidebar panel with buttons for the 6 most commonly used Angular CLI schematics.
- "Skip tests" option to omit
.spec.tsfile generation. - Create new Angular projects (
ng new) by picking the destination folder from a native folder picker. - Also available as Command Palette commands (
Ctrl+Shift+P) for keyboard-first users.
- Open the root folder of an Angular project (where
angular.jsonlives). - Open the "Angular Manager" icon in the activity bar.
- Type a name, toggle "Skip tests" on or off, and click the button for the schematic you want to generate.
- Angular CLI installed globally (
npm install -g @angular/cli) or available in the project.
MIT