Skip to content

Quick way to create AngularDart components in VS Code

License

Notifications You must be signed in to change notification settings

mstepanov214/adcomp

Repository files navigation

adcomp

Visual Studio Marketplace Installs Visual Studio Marketplace Downloads

This VS Code extension provides an explorer context menu option to create an empty AngularDart component in the desired directory.

adcomp-demo

Configuration Properties

The extension supports the following configuration options:

  • adcomp.styleExtension Specifies the file extension for the component's style file. Useful if you are using a preprocessor such as the sass_builder package.

    • css (default)
    • scss
    • sass
  • adcomp.includeComments Specifies whether to include a comment section in the generated component.

    • Default: true