ARRR - is a first extension that provides Rapid Refactoring geeRs for your Angular codebase.
- Allows extracting HTML into new component
- Automatic Modules Updates
- Generates HTML, CSS, TS and spec files
Go to the link below and click Install
.
Visual Studio Code Market Place: arrr
arrr allows easy extraction of HTML into new Angular components. Just select the HTML to extract, and arrr will handle all the rest:
- It will identify all Inputs to the newly created component.
- Replace extracted HTML with newly created component, while providing it with all the Inputs.
Feel free to open issues or PRs!
In order to start working all you need to do is:
$ git clone [email protected]:obenjiro/vscode-arrr.git
$ cd vscode-arrr
$ npm install
$ code .
- Go to VSCode debug sidebar
- Select
Extension
from the dropdown - Hit
F5
- Go to VSCode debug sidebar
- Select
Extension Tests
from the dropdown - Hit
F5
Please refer to to the following guide.