Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what's the state of go language IDE support? [closed]

Can anyone share his experience working with go in one of the three java IDE giants -I mean eclipse, netbeans and JIdea

--

there's a similar question here https://stackoverflow.com/questions/1737098/is-there-an-ide-for-go but I think it's a little outdated, almost a year ago...

like image 354
opensas Avatar asked Feb 25 '11 12:02

opensas


2 Answers

There is a page at http://go-lang.cat-v.org/text-editors/ which describes methods for getting various text editors and IDEs, including Eclipse and IntelliJ IDEA, to play nicely with Go. Both GEdit and Vim have decent support, having defined methods for integration with GoCode, a code completion daemon, and syntax highlighting.

like image 127
Reuben Bond Avatar answered Oct 15 '22 21:10

Reuben Bond


There's this: http://code.google.com/p/goclipse/, but it's in the alpha stages of development. Could do with a little bit of love.

like image 24
Chris Dennett Avatar answered Oct 15 '22 21:10

Chris Dennett