2

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

4

1 回答 1

2

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

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

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

于 2017-06-17T11:13:41.823 回答