Thanks for the suggestion! This is actually something that we're working on at the moment, using Ace and Esprima to give a more complete and featureful code editing experience.
Y
Yordan
said
over 6 years ago
Great. Looking forward to see it implemented :)
P
Pete
said
over 6 years ago
Hi @Yordan,
Just to let you know that if you head over to console.kinvey.com you can see the new code editor in action :)
Thanks
Pete
Y
Yordan
said
over 6 years ago
Seems like it's going the right direction, anyway still "Code completion" does not works ( CTRL + SPACE ) :|
P
Pete
said
over 6 years ago
@Yordan Can you see the suggestions appear as you type? You can select them using the arrow, tab or enter keys on your keyboard or by clicking.
Y
Yordan
said
over 6 years ago
there is some, but not quite useful actually. The most useful feature would be Code Sense and Code Completion ( CTRL + SPACE in most of the highest quality IDE-s ).
Yordan
I think it would be very useful, if the default text editor is switched with some more advanced one, oriented to coding.
something like http://ace.c9.io/
or
http://esprima.org/ ( https://github.com/ariya/esprima )
( the autocomplete demo is a-must-have http://esprima.org/demo/autocomplete.html )