Questions tagged [cloud9-ide]

Cloud9 is an open-source, online development environment that combines a live test server with built-in support of several languages.

Cloud9 is an online code editor with a full Ubuntu workspace in the cloud.

Currently, it supports:

  • Apache httpd (PHP, HTML)
  • Node
  • Python
  • Ruby
  • Ruby on Rails
  • Go
  • CoffeeScript
  • Julia
  • Mocha
  • Shell script

It is open source, enabling developers to freely customize their environment according to their preference. Projects on Cloud9 can be public (and open-source) or private for users who pay a monthly fee, and can be run on an Ubuntu server provided with each workspace.

Questions are encouraged regarding Cloud9's support for languages and frameworks, bug reports, feature requests, and development of plugins using the SDK, both using this tag on StackOverflow and on the Cloud9 Community.

GitHub repository for Cloud9 IDE

1119 questions
8
votes
2 answers

how to run a coffee-script project in cloud 9

I've been contemplating moving my project over to cloud 9 IDE but have been having trouble running coffee script in the project. I copied over all my js and coffee files but can't seem to get a run configuration working using the coffee files. I…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
8
votes
2 answers

VarName is not defined, please fix or add /*global VarName*/ Cloud9

Objective Stop Cloud9 IDE from giving me the warning message. Background I am coding JavaScript using the Cloud9 IDE, and wherever I use a class from another file (in the same folder) I get the warning message: VarName is not defined, please fix or…
Flame_Phoenix
  • 16,489
  • 37
  • 131
  • 266
8
votes
1 answer

IDE C9 install locally from GitHub

do you have any "how-to" for that?
Roman Mandeleil
  • 306
  • 4
  • 12
8
votes
6 answers

Setting up Cloud9 IDE to compile and run Java?

I have tried posting this request in Cloud9's forums, but since it never posts, I am hoping someone here could give me a hand. (The forum keeps saying my question is being submitted for review, but then never shows up). I can't get Java code to…
cjones
  • 8,384
  • 17
  • 81
  • 175
8
votes
2 answers

How can I take console input from a user in node.js?

I tried moving to cloud9 as a full time IDE as it seems to be the best option on my chromebook. However, I'm trying to make a basic program that requires text input from the user but the code i was taught var x = prompt("y"); doesnt seem to work in…
Lewiky
  • 325
  • 1
  • 3
  • 14
8
votes
1 answer

can cloud9 debug html/javascript?

Is it possible to use debug in cloud9 for javascript in HTML? I know it's possible to debug node.js, but what if the javascript is in a