英文:
How to use Go language with NetBeans IDE?
问题
如何在NetBeans IDE中设置Go语言?(就像我已经在一个NetBeans IDE中使用Python、C/C++、Java、Php、BASH一样)。
英文:
How to setup Go language in NetBeans IDE?.
(Like i am already using Python, C/C++, Java, Php, BASH already in one NetBeans IDE).
答案1
得分: 6
虽然我从未使用过它,但似乎只有一个Go插件适用于NetBeans。他们的官方网站表示该插件提供Go的语法高亮和模板。我不确定它是否符合你的需求,但目前看来这是唯一的选择。
英文:
Although I've never used it, there appears to only be one Go plugin for NetBeans. Their official website says that it provides syntax highlighting and templates for Go. I'm not sure if it's everything you're looking for, but it appears to be the only option at this point in time.
答案2
得分: 2
因为NetBeans是一个面向Maven的集成开发环境,我通过mvn-golang插件和一些包含项目和文件模板的插件来使用NB和maven,可能在将来会添加语法高亮功能。
英文:
because NetBeans is maven-oriented IDE just out of the box, I use NB with maven through mvn-golang plugin and made some very restricted plugin contains project and file templates, may be in future will make syntax highlighting
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论