Skip to content

Manic0892/komodo-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komodo extension to add support for the Go language.

Example screenshot

This project lives on github at: http://github.com/trentm/komodo-go

I haven't yet put up a build to the Komodo addons site so you'll have to build it yourself for now. I plan to upload something soon.

Building

  • Find the 'koext' binary that is within your Komodo install (within sdk/bin).
  • Run 'koext build' from the repository root, it should produce an .xpi for you.
  • Open this .xpi with Komodo to install it.
  • Ensure 'go' and 'gocode' are on the PATH configured in your overall or project-specific Komodo settings
  • For completion and go to definition ensure 'gocode' and 'godef' are on your paths as well.
  • To install gocode and godef:
    • $ go get github.com/nsf/gocode
    • $ go get code.google.com/p/rog-go/exp/cmd/godef

Features

  • Syntax highlighting (including folding)
  • File-type detection for .go files
  • Linting
  • Codeintel via Gocode
  • Jump to definition via godef

About

Komodo extension to add Go lang support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published