An extension for Brackets which allows user to Ctrl+click on the method to navigate to the method declaration, with respect to issue 9456.
- Select File > Extension Manager...
- Search for "Go to Definition".
- Click on the Install button.
- Please RESTART BRACKETS after installation to enable the extension
- Right click on a method and select "Navigate To Definition" from the context menu.
- If the method declaration is found in the project folder, cursor will be placed on the line of the definition.
- Press and hold "Ctrl" button, and click on the method.
- Right click on a method and select "Navigate To Definition" from the context menu.
- Also if the user can back to the origin, by right clicking in the editor and slecting "Go Back".
MIT-licensed.
Tested on Brackets 1.7 to 1.8 on Windows 7.
v1.0.0 - Primary Release.
v1.0.1 - Updated the jshint and fixed the glass window issue during the "go back".
v1.0.2 - Added inline error message display | "Ctrl" based selection | using highlighting (removed selection)
v1.0.3 - updated the package.json
v1.0.4 - refactored the code
v1.0.5 - fixed the issue with Mac OS