|
Project Information
Featured
Links
|
GoClipse is an Eclipse plugin that adds IDE functionality to the Eclipse platform for the Go programming language. The purpose of GoClipse is to create an environment in which development of Go is easy for a beginner to intermediate user. Development is slow, but ongoing. If you would like to help out, please leave a comment stating so in the GoClipse forum. Follow this link learn how to configure GoClipse for Google App Engine users. Update Site for Release 0.7.1.v383 http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/ !!! Eclipse should be run from the command-line !!! New Build Rules for 0.7.1 - Any main package files under a folder named 'src' or 'cmd' will not build as a group into a single executable. Each file will build individually into an executable whose name is given by the name of the file from which it originated.
- Main package files contained in folders not named 'src' or 'cmd' will build as a group into a single executable. The target executable is given the same name as the folder that contained the originating files. Additionally, only one file in a folder can contain a main function and all files must share a common package name. Thus, you cannot mix main package files with other package files.
Update Site for Release 0.2.4 (Use this version for Appengine) (the last r60 compatible build) http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/r60 Features: - Configurable syntax highlighting
- Autocompletion via Gocode
- Shows documentation via autocompletion popups
- Error reporting within Eclipse
- Automatic building of command files and packages
- Run configuration support
- Experimental debug support
- GOPATH integration
Requirements - Eclipse 3.6+
- Go
- Environment variables set (GOPATH, GOROOT, GOARCH, GOOS)
Click this link to visit the Goclipse user group
|