ceylon-web-ide-backend
ceylon-web-ide-backend copied to clipboard
No AutoCompletion on Empty space
I tried to fetch the autocompletions at a blank space but nothing was shown. Instead a complete list of static functions should be listed out .(http://try.ceylon-lang.org/#).
I've few suggestion to improve the Web Editor for Ceylon, which I'm very interested to contribute as I've already worked on similar project.
Suggestions:
- Upgrade to CodeMirror 3.24 since converting to new release 4 would not be easy to migrate from version 3. See (http://codemirror.net/doc/releases.html).
- CodeFolding Add-on
- The Bracket Style is always not user friendly.
- Indentation Tab Space instead of 4 spaces
- Search Functionality 6 ) Goto Line : Please check my own implementation of jumpToLine add-on which I've requested to be included in the live version. (http://djadmin.github.io/) I'm ready to make changes and send a pull once things are discussed.
Those would be nice to have, but keep in mind they are less important than the other issue of making Ceylon scriptable ;)
Yeah :) I'd keep that in mind. Thanks