Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 729 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 729 Bytes

Extract Refactoring for Brackets

Provides extract to variable and extract to method functionality for Brackets via an extension.

Installation

Install from Repository

  1. Open the the Extension Manager from the Brackets File menu
  2. In the search bar, type refactor
  3. Press the Install button next to Extract Refactoring

Install from URL

  1. Open the the Extension Manager from the Brackets File menu
  2. 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.