英文:
List function callers in Atom
问题
我在Atom中编写Go代码。我看到有一个功能是go/jump to Definition函数。但是我想查看/显示调用此函数的调用者列表。
英文:
I write Go code in Atom. I see a feature is go/jump to Definition function. But I want to view/show a list of callers to this function.
答案1
得分: 2
你可能对go-plus插件感兴趣。
它具有所需的功能:使用guru查找标识符的用法
guru是一个用于回答关于Go源代码的问题的工具。
英文:
You might be interested in go-plus package.
It has desired feature: Find usages of an identifier using guru
guru: a tool for answering questions about Go source code.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论