-
Notifications
You must be signed in to change notification settings - Fork 1
How to write an extension
Daniel Kutik edited this page Jul 19, 2013
·
9 revisions
The following extension template file provides fairly comprehensive documentation in its comments for extension development. It simultaneously functions as an extension itself, so one can follow the flow and apply this knowledge to their own.
[https://github.com/ajaxorg/cloud9/blob/master/doc/ext.extension_template/extension_template.js]
For a more comprehensive look at extension development, including a list of references to common cloud9 UI elements, please check out this blog article: https://c9.io/site/uncategorized/2010/09/writing-an-extension-for-cloud9-javascript-ide/