Skip to content

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

Comments

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.

It's definitely possible to have a server-side component for doing that kind of stuff, and that has been something we've been experimenting with ourselves. The interface for these services is already fully asynchronous, which helps communication with a server component, but it still requires some manual work for the network communication and marshalling.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.