David5i6 / Brackets-Go-IDE

Go language IDE transformation for brackets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go - IDE

Brackets Go-IDE plugin

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:

https://github.com/nsf/gocode

A note on Mac OS X

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.

Screenshot

go-ide

About

Go language IDE transformation for brackets

License:MIT License


Languages

Language:JavaScript 90.9%Language:CSS 8.0%Language:HTML 1.1%