Hi Angelo,
I think CodeMirror should provide templates and text hover features too.
One thing I want to know about templates is
it jumps between vars perfectly, I just want to change cursor position after last jump:
for (var index = 0; index < array.length; index++) {
}
It jumps to array var, When user presses Enter or Tab it should end template editing and jump to this pos:
for (var index = 0; index < array.length; index++) {
|
}
Maybe I just missing something.
Many thanks for help.
Best regards,
Boyan
Hi Angelo,
I think CodeMirror should provide templates and text hover features too.
One thing I want to know about templates is
it jumps between vars perfectly, I just want to change cursor position after last jump:
for (var index = 0; index < array.length; index++) {
}
It jumps to array var, When user presses Enter or Tab it should end template editing and jump to this pos:
for (var index = 0; index < array.length; index++) {
|
}
Maybe I just missing something.
Many thanks for help.
Best regards,
Boyan