Skip to content

daharon/komodo-go

 
 

Repository files navigation

Komodo extension to add support for the Go language.

Example screenshow

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

Features

  • a first stab at syntax highlighting (including folding)
  • file-type detection for .go files
  • linting
  • codeintel via Gocode

About

Komodo extension to add Go lang support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.9%
  • JavaScript 20.1%