Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Angular Command ManagerNew to Visual Studio Code? Get it now.
Angular Command Manager

Angular Command Manager

Mario Girón Martín

|
24 installs
| (0) | Free
🚀 Easily manage and run Angular CLI commands directly from the VSCode sidebar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Angular Command Manager

Manage and run Angular CLI commands easily inside Visual Studio Code.

This extension helps Angular developers quickly generate components, services, interfaces, pipes, interceptors, guards, directives, and manage the Angular server or build process directly from the sidebar.


🚀 Features

  • Generate Angular artifacts:
    • Components
    • Services
    • Interfaces
    • Pipes
    • Interceptors
    • Guards
    • Directives
  • Start the Angular development server (ng serve)
  • Build the project for production (ng build)
  • Generate environments configuration (customizable)
  • Skip test files option on generation
  • Organized commands by category (Generation, Server, Build)
  • Clean and intuitive sidebar view with categorized actions

🧩 Usage

  1. Use the Angular sidebar view to launch commands visually.
  2. Fill in the required prompts (e.g., component name, whether to skip tests).
  3. The command will execute automatically in the integrated terminal.

⚙️ Requirements

  • An existing Angular CLI project (angular.json must exist at the root)
  • Node.js and Angular CLI installed globally
npm install -g @angular/cli
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft