Skip to content

SachinPachari/gotodefinition-brackets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Brackets Extension to help user go to method definition.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors