Skip to content

Wrong tag autocompletion #41

@sergi

Description

@sergi

Having the following code (last line block represents the cursor):

<atag>

var arr = [];
for (var i=0; i<10000; i++) {
  arr.push(i);
}
▓ 

When pressing Ctrl-X, I expect the tag auto-completion to be </atag>, but instead it writes </10000>.

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