【问题标题】:List function callers in Atom列出 Atom 中的函数调用者
【发布时间】:2017-06-17 09:35:15
【问题描述】:

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

【问题讨论】:

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


    【解决方案1】:

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

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

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

    【讨论】:

    • 但是我发现它很慢。
    • @kienbui 它仍然不支持缓存,所以每个find usage 重新扫描树,你可能对Intellij Gogland 感兴趣,因为它支持索引的所有 Intellij 产品,但我可能错了
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多