Skip to content

List of 3rd party extensions

lennartcl edited this page Nov 16, 2012 · 13 revisions

This is a list of external and third-party extensions to Cloud9. The list is maintained and reviewed sporadically by the Cloud9 IDE team. The contents, versions and links to the code are usually up to date.

If you have created an extension and you wish you share it here, please send an email to (info AT ajax DOT org) with all the details including:

  • Title & description
  • Git url / Web url
  • Version
  • Author
  • Example or demo (if available)

Creating your own

To learn how to create an extension, refer to the commented source of the extension template file https://github.com/ajaxorg/cloud9/blob/master/doc/ext.extension_template/extension_template.js

If you want to contribute with a syntax highlighter for a new programming language, please create a pull request or Github issue for the ACE project https://github.com/ajaxorg/ace


###LiveCoffee### GitHub: https://github.com/tanepiper/cloud9-livecoffee-ext

Author: Tane Piper

Comments: The master version is 1.0, it currently is used through the Edit menu. Version two is in the works using the new docking panels in devel, but there is a bug at the moment with using an ACE editor in my panels (if anyone would like to have a look and see why - it starts compiling the coffeescript, but then stops after the first keypress in the main editor in the tabs)


###Scratchpad### GitHub: https://github.com/tanepiper/cloud9-scratchpad

Author: Tane Piper

Comments: Version 1.0, simple scratchpad for copying and pasting code to and from.


Cloud9's hitlist

GitHub: https://github.com/c9/hitlist

Author: Sergi Mansilla


Hello world

GitHub: https://github.com/lennartcl/cloud9-hello-plugin

Author: Lennart Kats


PHP Linter

GitHub: https://github.com/lennartcl/cloud9-php

Author: Lennart Kats

Comments: proof of concept, now integrated in Cloud9


TypeScript linter

GitHub: https://github.com/lennartcl/cloud9-typescript

Author: Lennart Kats

Comments: proof of concept: installs a server-side TypeScript linter and integrates it into the editor


CoffeeScript linter

GitHub: https://github.com/lennartcl/cloud9-coffeelint

Author: Lennart Kats

Comments: proof of concept: installs a server-side CoffeeScript linter and integrates it into the editor


Markdown Preview

GitHub: https://github.com/brads-tools/c9ext-mdpreview

Author: Bradley Matusiak