• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Go IDE?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What IDE do you use to program Go?
 
author
Posts: 37
VI Editor Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pedro,

I don't use an IDE at all for anything: instead I use gvim (with all the menus and toolbars hidden:-)

However, for those who like IDEs there is the Go Eclipse Plugin.
 
Ranch Hand
Posts: 100
VI Editor Chrome Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mark Summerfield wrote:
I don't use an IDE at all for anything: instead I use gvim (with all the menus and toolbars hidden:-)



I am interested in trying GVim, actually installed it awhile back but kept getting lost in windows file systems to do anything useful with it and returned to Linux.
I usually boot my thinkpad into Ubuntu but the battery life and wi-fi performance is pretty sad compared to Windows.
Is there a guide to programming Go using GVim under Windows?
 
Mark Summerfield
author
Posts: 37
VI Editor Linux Windows
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Igor,

I've been using vim (and then gvim) for 22 years---but it took me a decade to get really good at it (and I'm still merely an advanced not expert user). So while I love gvim and wouldn't use anything else, it requires a lot of effort to learn so you might prefer something easier...

Go comes with vim syntax highlighting files. In the Go distribution look inside the misc/vim directory.
 
Ranch Hand
Posts: 529
C++ Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sublime + GoSublime plugin is really nice, IMO.
 
That is a really big piece of pie for such a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic