Sublime Forum

[Alpha 2] GoSublime Golang code completion package

#1

GoSublime is a plugin for the text editor SublimeText 2.
It provides code completion from Gocode as well as some context aware snippets to complement the existing SublimeText Go package.
A demo is available at http://vimeo.com/(https://github.com/DisposaBoy/GoSublime) for installation instructions

New in Alpha 2

  • Some context aware snippets
  • Completion is now only supplied to Golang files
  • Added some prefix using unicode/mathematical/foreign characters to mark the different types (funcions, interface, variables, etc.)
0 Likes

#2

This is really nice, but the command window that keeps popping up breaks focus on the coding. I’m on Win7 64bit.

Joshua

0 Likes

#3

Update:

* add support for controlling the command path via settings

* show some Windows love - cmd window should no longer appear when
  gocode is run

* add initial gofmt support

* add some proper documentation to the README file

[quote=“jhawk28”]This is really nice, but the command window that keeps popping up breaks focus on the coding. I’m on Win7 64bit.

Joshua[/quote]

Sorry I don’t use windows so never saw this - it should be fixed in the latest commit, though.

0 Likes