This VS Code extension provides an explorer context menu option to create an empty AngularDart component in the desired directory.
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
- Default: