Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Fast Generate AngularNew to Visual Studio Code? Get it now.
Fast Generate Angular

Fast Generate Angular

logan-fievez

|
291 installs
| (0) | Free
Be Fast to generate components
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

fast-generate-angular README

Features

Fast Generate Angular allow you to generate Angular Elements as a component, a directive with only a command which you can bind to a shortcut.

Example: generating a component

  • Step 01
    step_01
  • Step 02
    step_02
  • Step 03
    step_03

Requirements

The requirement are:

  • To be in an angular project folder
  • To have a correct angular.json
  • To have npm installed and angular locally (The extension use the command ng of the node_module)

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • fga.defaultElementToGenerate: Define what element should be the first to be shown
  • fga.shouldShowTerminal: Define if the terminal should be displayed or not when elements are generated
  • fga.shouldExecuteCommand: Define if commands should be executed directly

Known Issues

  • Flags like --inlineStyle are not considered at the moment

Roadmap

  • Add support of flags like --inlineStyle
  • Add support of multiple project in a single angular.json
  • Add more configurations
    • Skip flags
    • Default flags
  • Add support for multiple generation at once
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft