Cloud9 IDE

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Cloud9 IDE
Cloud9
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:

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]