Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 Sublime Text 3 的 GoSublime。
通常在一个大型项目中,我希望看到(函数)调用者的返回 arg 类型,而 GoSublime 使我能够“转到”声明,这仍然是次优的,与可能只显示在被调用者
有没有办法做到这一点?
在使用 go 并尝试了不同的 IDE 两年半之后,我们已经从 Sublime Text 转移到了 Visual Studio Code。
在过去的 6 个月里,我们一直在使用带有 Go 插件的 Visual Studio Code,这是您可以获得的最佳 Go 体验。如果您将 Delve 调试器与它集成,您将获得一个非常好的编码框架。
所以我的建议是你转向 VSC 并放弃 Sublime Text。
这就是您在 Visual Studio Code 中看到的样子: