Skip to content

Templates plugin - end template editing mode when user presses Ender or Tab on last var #6

@as3boyan

Description

@as3boyan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions