有没有办法在Eclipse中为Go编程启用自动完成功能?

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

Is there a way to enable autocomplete in eclipse for programming Go

问题

我正在使用Eclipse编写Go代码,想要启用自动完成功能,但是我找不到方法来实现。我使用的是64位的Windows系统。

英文:

I am programming in go using eclipse and I want to enable autocomplete, but I didn't find a way to do this. I use Windows 64-bit.

答案1

得分: 1

我知道的完整翻译如下:

我知道的完整翻译是在GoSublime中,这是一个用于SublimeText的插件,使用GoCode

对于Eclipse,你需要GoEclipseGitHub仓库),并检查该环境下的自动完成是否正常工作。它使用相同的GoCode,但存在一些问题
自动完成应该通过<kbd>Ctrl</kbd>+<kbd>Space</kbd>来激活。

有没有办法在Eclipse中为Go编程启用自动完成功能?

英文:

The full completion I know of is in GoSublime, a plugin for SublimeText, using GoCode.

For Eclipse, you would need GoEclipse (GitHub repo) and check if the completion works in that environment. It uses the same GoCode, but has some issue.
The completion is supposed to be activated with <kbd>Ctrl</kbd>+<kbd>Space</kbd>.

有没有办法在Eclipse中为Go编程启用自动完成功能?

huangapple
  • 本文由 发表于 2014年9月9日 21:41:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/25746198.html
匿名

发表评论

匿名网友

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

确定