1.0.5 • Published 2 years ago

@phoenix-plugin-registry/sachin.gotodefinition v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Brackets gotodefinition

An extension for Brackets which allows user to Ctrl+click on the method to navigate to the method declaration, with respect to issue 9456.

How to Install

  1. Select File > Extension Manager...
  2. Search for "Go to Definition".
  3. Click on the Install button.
  4. Please RESTART BRACKETS after installation to enable the extension
  5. Right click on a method and select "Navigate To Definition" from the context menu.
  6. If the method declaration is found in the project folder, cursor will be placed on the line of the definition.

How to Use Extension

  1. Press and hold "Ctrl" button, and click on the method.
  2. Right click on a method and select "Navigate To Definition" from the context menu.
  3. Also if the user can back to the origin, by right clicking in the editor and slecting "Go Back".

License

MIT-licensed.

Compatibility

Tested on Brackets 1.7 to 1.8 on Windows 7.

Change Log

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