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
  • 1 hour ago
  • 11 years ago

Installs

  • Total 231
  • Win 105
  • Mac 76
  • Linux 50
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 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
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.