daharon / komodo-go

Komodo extension to add Go lang support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 79.9%Language:JavaScript 20.1%Language:Go 0.0%