Sign up for Standard or Premium!
A brief look at our features
More information and a fully detailed features set are available on the Features Page.
Superior Productivity
Typing code is fun. You know what’s even better? Typing your code in the cloud. Cloud9 IDE will autocomplete practically everything for you, like keywords or methods. Beyond that, though, it’ll also autocomplete English words based on text in your comments or README. You can even autocomplete “language-aware” items, like “fun” for function, “sp” for span–yes, that means HTML tags, too.
File Management
File management in Cloud9 IDE is a piece of cake! Besides support for folders and dragging around files, the IDE also boasts tabbed file management (with the ability to rearrange tabs) and a list view of your active files.
Supported Languages
Although Cloud9 IDE is primarily intended as an environment for HTML5, Javascript, and Node.js applications, it also supports a wide variety of programming languages, with full syntax highlighting. The editor comes with over two dozen different color themes, with full import support for existing Textmate themes.
Keyboard Shortcuts
Nearly every action in the Cloud9 IDE has an associated keybindings, from running projects to accessing preferences, and even shifting between tabs. These bindings exist for all the major operating systems—Windows, Mac OS X, and Linux—regardless of your browser.
Command Line
The IDE contains an unobtrusive (and very powerful) command line at the bottom of every project. It’s not just for show—it can actually run some standard Unix commands (like mkdir and ls).
Code Repositories and Deployment Options
We get it: your projects are probably stored in some repository somewhere, managed and updated with traditional offline tools.
Private and Public Projects
By default, all your projects on Cloud9 IDE are public and open sourced, and accessable to anyone to view or fork.
Open Source and Plugin Support
Since the Cloud9 IDE is open-sourced on GitHub, anyone can fork the code, make changes, and submit a pull request to make a contribution that everyone can enjoy.
