英文:
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,你需要GoEclipse(GitHub仓库),并检查该环境下的自动完成是否正常工作。它使用相同的GoCode,但存在一些问题。
自动完成应该通过<kbd>Ctrl</kbd>+<kbd>Space</kbd>来激活。
英文:
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>.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论