Skip to content

No end-tag completion on empty character #23

@fbricon

Description

@fbricon

Given:

<foo>
    <bar>
     // press ctrl-space here
</foo>

There's no completion until I press <. While I understand autocompletion is triggered on <, explicit completion requests (ctrl+space), should also return results from anywhere in the document. In this case, it should return </bar>.
The current behavior is very frustrating.

This may be a server-side issue (or not). cc @angelozerr

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions