Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 594 Bytes

File metadata and controls

24 lines (15 loc) · 594 Bytes

c9.ide.language.go

Go code completion proof of concept the Cloud9 IDE

demo

Please refer to the SDK documentation at https://cloud9-sdk.readme.io/v0.1/docs/language-tooling and https://cloud9-sdk.readme.io/v0.1/docs/existing-tools for an overview of the APIs and techniques used in this plugin.

Using This Plugin

This plugin is still marked "experimental". To use it in Cloud9, please go to Cloud9 > Preferences > Experimental > Go Code Completion.

Make sure that go and gocode are installed on your path

  • sudo apt install go
  • sudo apt install gocode

License

MIT