问题描述
我已经完成了原子的全新安装并安装了go-plus软件包。我无法工作的一个特点是去宣言,这就是为什么我仍然陷在崇高的土地......有人知道这是否与golang一起工作?我看起来不需要为我的项目添加ctags?什么是最好的方式来得到这个原子?我已经尝试安装其他的包裹ctags的包,但我认为这没有帮助。有没有人得到这个工作?你做了什么? Atom 1.3.3 与<$ c $的新安装 c> go-plus 3.5.2 并且工作。
默认情况下,快捷键是 Alt + Cmd + G
,但您可以按照
更新12月22日:
随着 Atom(1.12.7)
和 go-plus(5.0.6)的最新更新,
,安装 hyperclick
软件包(v 0.0.39),CMD + click将带您进入定义
I've done a fresh install of atom and installed go-plus package. The one feature I can't get working is the "Go To Declaration" which is why I'm still stuck in sublime land... Does anyone know if this works with golang? I't appears that I need to have ctags for my project? Whats the best way to get this going for atom? I've tried installing other packages that geverate the ctags but I don't think that helped. Has anyone got this working? What did you do?
Fresh install of Atom 1.3.3
with go-plus 3.5.2
and it worked.
By default, the shortcut is Alt+Cmd+G
, but you can change as explained here
Update December, 22th:
With the latest update of Atom (1.12.7)
and go-plus (5.0.6)
, the hyperclick
package (v 0.0.39) is installed and CMD+click will take you to the definition
这篇关于Atom编辑器Golang - 转到声明不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!