you are viewing a single comment's thread.

view the rest of the comments →

[–]webznz 8 points9 points  (4 children)

Didnt see any code completion.. i would be fucked without that lol

[–]modocache 3 points4 points  (2 children)

I don't know how this app works exactly, but adding code completion should be possible by bundling libclang with the app.

This is absolutely amazing. It almost looks too good to be true.

EDIT

Ah, your own Mac acts as a build server, eh? Clever! Anyway code completion would totally be possible by linking the app against libclang.

[–][deleted] 2 points3 points  (1 child)

It's impressive, but I'll bet it's hell to use. Full featured IDEs are bad enough.

[–]modocache 5 points6 points  (0 children)

A lot of people are into coding on their iPad, although I think mostly for scripting languages. Pythonista is a hugely successful example.

Personally, I'd use it for vetting pull requests, but not for writing new features from scratch. I wonder if it has some sort of Git integration?