ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

go​Find​Callers

by Manrich121 ST2

Sublime Text 2 plugin for Golang, to find all callers of selected Golang function

Labels go

Details

  • 2013.07.05.12.30.48
  • github.​com
  • github.​com
  • 11 years ago
  • 15 minutes ago
  • 11 years ago

Installs

  • Total 231
  • Win 105
  • Mac 76
  • Linux 50
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GoFindCallers

Sublime Text 2 plug-in for Golang, that adds IDE functionality to find all callers of selected Golang function.

*Important this plugin uses the GOPATH.

Functionality includes:

  • GoFind callers - Finds all function calls in current file as well as in all directories listed in GOPATH.
  • Handles package import renaming.
  • Distinguishes between func declarations and calls, as well as handle selector-expressions, setting the search parameters accordingly.

Installation

goFindCallers is available via Package Control and can be found as goFindCallers.

*Important this plugin uses the GOPATH, please set it in Settings - User.

Usage

The GoFind Callers command is accessible via the Command Palette, Ctrl + Shift + P on Windows/Linux, Command + Shift + P on OS X.

Or via the keyboard shortcut: Ctrl + Alt + F on all platforms.

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.

Requirements

  • Golang v1.0 or higher
  • Access to the GOPATH

WORK in PROGRESS

Please bear in mind this is a work in progress, there will be bugs.