Nice that they're trying, but it doesn't do even the basic stuff that the last crop of in-browser IDEs did.<p><pre><code> - open the page
- click to the end of line 15 (inside the try, before the return)
- hit ENTER
Expected: caret goes to the same indent level as previous line
Actual: caret goes to position zero
- type "obj"
- hit CTRL+SPACE
Expected: At least be able to autocomplete symbols from the previous line.
Actual: Renders a SPACE
</code></pre>
In its current form, it's pretty much a TEXTAREA with syntax highlighting. To me, that says they released this to the public <i>way</i> too early. I think I'll check back in next year.