goFindCallers
Sublime Text 2的Golang插件,用于查找选中Golang函数的所有调用者
标签 go
详细信息
安装
- 总共 231
- Win 105
- Mac 76
- Linux 50
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.
功能包括
GoFind callers
- Finds all function calls in current file as well as in all directories listed inGOPATH
.- 处理包导入重命名。
- Distinguishes between
func
declarations and calls, as well as handle selector-expressions, setting the search parameters accordingly.
安装
goFindCallers
通过 Package Control 提供,可在 goFindCallers
中找到。
*Important this plugin uses the GOPATH
, please set it in Settings - User
.
使用方法
The GoFind Callers
命令可通过命令调色板访问,Windows/Linux上的 Ctrl + Shift + P
,OS X上的 Command + Shift + P
。
或通过键盘快捷键:所有平台上的 Ctrl + Alt + F
。
完成后,搜索结果将在“查找结果”中显示。通过 双击
或 Ctrl + Enter
跳转到当前文件和行,取光标位置。
需求
- Golang v1.0 或更高
- 访问
GOPATH
WORK in PROGRESS
请记住这是一项正在进行的工作,会有错误。