Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AngularComponentOpenerNew to Visual Studio Code? Get it now.
AngularComponentOpener

AngularComponentOpener

kukko

|
109 installs
| (0) | Free
Opens the files of an Angular component.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

angular-component-opener README

Opens the files of an Angular component.

Features

Opens the files of an Angular component. The files to be opened can be configured.

You can run the Open Angular Component command from the command palette. When you run it, a quick pick dialog will be opened, where you can start typing the name of the component. When you see the component what you want to open, then you can move selection to it with the up and down arrow and select it with the enter. After that, the component will open the files of the component.

Extension Settings

  • angularComponentOpener.openTs: It should open ts file of the component.
  • angularComponentOpener.openHtml: It should open html file of the component.
  • angularComponentOpener.openStyle: It should open stylesheet file of the component. This includes scss and css files.
  • angularComponentOpener.openSpec: It should open spec file of the component.

Release Notes

1.0.0

Initial release of Angular component opener.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft