Live data from Hacker News

Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

c9.io

1–10 of 46 posts

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#2
I wonder how easy it is to extend the AutoComplete functionality? I would kill to have this integrated with MarGo and Gocode the way GoSublime does. That would give me all the functionality I need in Sublime today, but in my browser and with collaboration. I would die a happy hacker.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#3

I wonder how easy it is to extend the AutoComplete functionality? I would kill to have this integrated with MarGo and Gocode the way GoSublime does. That would give me all the functionality I need in Sublime today, but in my browser and with collaboration. I would die a happy hacker.

Cloud9 uses Treehugger (https://github.com/ajaxorg/treehugger) for all language analysis and completion features. It's an AST framework, so it should be fairly easy to plug in other languages.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#4
Didn't see a quick way to point this out through their site, so I'll point it out here on the off-chance one of the creators sees this thread:

Typo on the /pricing page: "This is were your files are stored, ..."

The product itself looks great though, I'm looking forward to hearing about any HN-ers experiences with it.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#6
post #4

Didn't see a quick way to point this out through their site, so I'll point it out here on the off-chance one of the creators sees this thread: Typo on the /pricing page: "This is were your files are stored, ..." The product itself looks great though, I'm looking forward to hearing about any HN-ers experiences with it.

Thanks! Will fix this shortly.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#7
post #4

Didn't see a quick way to point this out through their site, so I'll point it out here on the off-chance one of the creators sees this thread: Typo on the /pricing page: "This is were your files are stored, ..." The product itself looks great though, I'm looking forward to hearing about any HN-ers experiences with it.

He he--fixed! Thanks.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#9
Any reason there's no Windows app?

The real killer for me last time I tried it was not being able to edit local files. I have so many projects downloaded and set up that having to move them to the cloud just to make a quick edit is not worth it. Is this something the local app fixes?

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#10

I wonder how easy it is to extend the AutoComplete functionality? I would kill to have this integrated with MarGo and Gocode the way GoSublime does. That would give me all the functionality I need in Sublime today, but in my browser and with collaboration. I would die a happy hacker.

Cloud9 uses Treehugger ( https://github.com/ajaxorg/treehugger ) for all language analysis and completion features. It's an AST framework, so it should be fairly easy to plug in other languages.

Well the thing is, GoCode and MarGo are standalone daemons that are queried for completion results, or linting, etc. So I would almost need a higher level place to hook it in to Ace.
Post reply on HN