在Atom中列出函数调用者

时间:2017-06-17 09:35:15

标签: go editor atom-editor go-to-definition

我在Atom中编写Go代码。我看到一个功能是去/跳到定义功能。但我想查看/显示此功能的调用者列表。

1 个答案:

答案 0 :(得分:2)

您可能对go-plus包感兴趣。

它具有所需的功能:Find usages of an identifier using guru

guru:回答Go源代码问题的工具。