<p>Hi,</p>
<p>I use Sublime Text 3 but I want to give another try to atom.io.</p>
<p>What are the current "nice to have" Go packages to lint/autocomplete?
go-plus, autocomplete-plus?</p>
<p>thanks in advance,
include</p>
<hr/>**评论:**<br/><br/>lando-garner: <pre><p><a href="https://atom.io/packages/go-plus">https://atom.io/packages/go-plus</a></p>
<p><a href="https://atom.io/packages/godef">https://atom.io/packages/godef</a></p>
<p><a href="https://atom.io/packages/go-rename">https://atom.io/packages/go-rename</a></p>
<p><a href="https://atom.io/packages/go-find-references">https://atom.io/packages/go-find-references</a></p>
<p>Is what I use. I am also working on an Outline Package similar to Visual Assist Outline (see/move declarations around in files/packages), but that's not quite ready to be used yet (:</p></pre>vruin: <pre><p>Does godef work for you? It does't for me. I've been waiting for go-plus to add this feature for a while, <a href="https://github.com/joefitzgerald/go-plus/pull/137" rel="nofollow">luckily seems about to happen.</a> </p></pre>joefitzgerald: <pre><p><a href="https://github.com/joefitzgerald/go-plus">go-plus</a> author here. Gocode and godef have taken much more effort than prior functionality because I've had to rewrite autocomplete-plus (which will soon become atom's default autocomplete) and now symbols-view (which currently only supports Ctags and is being updated to have a provider API). </p>
<p>My next action is to complete a package called go-runtime that extracts go-plus's runtime detection and configuration logic so that other packages can build on top of it. This will also include a shift to support detection strategies (e.g. Godep, gilo, environment, other) for GOPATH.</p></pre>vruin: <pre><p>thank you for the update and thank you for the work you do!</p></pre>lando-garner: <pre><p>I'm having no problems with it. You did install the command line program, right?</p></pre>vruin: <pre><p>yes of course. If it works for you I'll need to do some troubleshooting, for me it failed on a couple of machines and I just assumed it was unmaintained.</p></pre>joefitzgerald: <pre><p>Also worth mentioning: there is an open PR for gorename in <a href="https://github.com/joefitzgerald/go-plus" rel="nofollow">go-plus</a>: <a href="https://github.com/joefitzgerald/go-plus/pull/174" rel="nofollow">https://github.com/joefitzgerald/go-plus/pull/174</a></p></pre>include007: <pre><p>many thanks guys for your replies. I am going to update my setup :)</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传