Cloud9 IDE
From Wikipedia, the free encyclopedia
|
|
This article needs additional citations for verification. (February 2012) |
| Developer(s) | Cloud9 IDE, Inc |
|---|---|
| Written in | JavaScript |
| Platform | Web |
| Type | IDE |
| License | GNU GPL v3[1] |
| Website | c9.io |
Cloud9 IDE is an open source web-based cloud integrated development environment that supports several programming languages, with a focus on the web stack (specifically JavaScript and NodeJS). It is written almost entirely in JavaScript, and uses Node.js on the back-end. The editor component uses Ace.
Cloud9 IDE, Inc. is the company that actively maintains Cloud9 IDE. The company has offices in San Francisco and Amsterdam.
Contents |
Features[edit]
- Code completion for snippets and identifiers[2]
- Code reformatting via JSBeautify and CSSLint
- Parenthesis, bracket, and quote character matching
- Line numbers, warnings, and errors in the gutter
- Full-screen coding
- Ability to drag-and-drop files into your project
- Vim mode[3]
- Tabbed file management [4]
- Real-time language analysis for JavaScript (marking common JavaScript pitfalls)
- Variable/function name refactoring for JavaScript
- Support for npm (via the console)
- Support for basic Unix commands (via the console)
- Support for the following code repositories:
- Support for deployment to:
- Support for public and private projects
- Plug-in support
- Syntax highlighting for the following languages: C#, C/C++, Clojure, CoffeeScript, ColdFusion, CSS, Groovy, Java, Javascript, LaTeX, Lua, Markdown, OCaml, PHP, Perl, Powershell, Python, Ruby, Scala, SCSS, SQL, Textile, X(HTML), XML
About the Company[edit]
Founded in 2010 by Ruben Daniels and Rik Arends, Cloud9 IDE has raised $5.5 million in Series A funding from Accel Partners and product development software company Atlassian Software.[6]
See also[edit]
Notes[edit]
- ^ https://github.com/ajaxorg/cloud9/blob/master/LICENSE
- ^ http://c9.io/site/blog/2010/11/cloud-9-ide-0-1-3-released/
- ^ http://cloud9ide.posterous.com/vim-mode-for-advanced-editing-in-cloud9-ide
- ^ http://c9.io/site/blog/2011/12/tab-sessions-ill-get-back-to-you-later/
- ^ http://c9.io/site/blog/2012/01/windows-azure-on-cloud9/
- ^ http://techcrunch.com/2011/06/21/development-as-a-service-platform-cloud9-raises-5-5m-from-accel-and-atlassian-software/