This is a little project to develop a IDE functionality for Go language on top of brackets.
Actually it uses gocode
for autocompletion, so you need to get and install it.
It also adds some hints by itself (go-lang internal functions and primitives not suggested by gocode
).
You can get gocode
here:
On Mac OS X, user defined path and variables are not avaiable to windowed applications, so you need to launch Brackets from command line instead of double-click its icon.
Also if your go working directory is in a directory called go on your user directory (I strongly recommend this), the plugin will try to detect it.