Sublime Forum

ST2: goFindCallers

#1

A Sublime Text 2 plug-in for Golang, that adds IDE functionality to find all function calls of a selected function declaration or call. Finds all function calls in current file as well as in all directories listed in GOPATH in Settings - User

goFindCallers is available via Package Control and can be found as ‘goFindCallers’. (Ctrl + Shift + P on Windows)

Package Control: http://wbond.net/sublime_packages/package_control
goFindCallers repo: https://github.com/Manrich121/goFindCallers

The plugin is able to handle package/import renaming as well as package name and path mismatch.
After a search has been completed, search results will be displayed in “Find Results”. Jump to the current file and line, by Double clicking or Ctrl + Enter, taking the cursor position.

0 Likes