Provides extract to variable and extract to method functionality for Brackets via an extension.
- Open the the Extension Manager from the Brackets File menu
- In the search bar, type refactor
- Press the Install button next to Extract Refactoring
- Open the the Extension Manager from the Brackets File menu
- Copy paste the URL of the github repo or zip file
##Instructions
Highlight a section of code, right click, and select extract. In the dialog that opens, specify the variable or function name and the type. If you have any issues, questions, or suggestions for more features, please open a github issue here.