GoSublime – 是否可以在代码补全弹出窗口旁边显示文档?

huangapple go评论84阅读模式
英文:

GoSublime - possible to display documentation beside the code completion popup?

问题

在我写出某个包中的一个函数之后,可以通过按下ctrl+dot,ctrl+h来显示它的文档。是否可以在代码补全弹出窗口中查看每个方法的文档,而不必实际编写语句?

英文:

After i have written out a function in some package, it's possible to display it's documentation via

ctrl+dot,ctrl+h

Is it possible to view the documentation for each method in the code completion popup, without actually writing the statement out?

答案1

得分: 1

不,这是不可能的。此外,你最好在问题跟踪器https://github.com/DisposaBoy/GoSublime/issues/new上开一个问题。除了给我发邮件,这是与我联系的最快方式。

英文:

No, it's not possible. Also, you're better off opening an issue on the issue tracker https://github.com/DisposaBoy/GoSublime/issues/new . In addition to emailing me, it's fastest way to get in contact with me.

huangapple
  • 本文由 发表于 2013年6月5日 12:32:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/16931608.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定