Skip to content

Is the any form of autocompletion/insertion in the LSP? #715

@NikolasKomonen

Description

@NikolasKomonen

Im working on the XML Language Server and we've implemented a custom service to auto insert the end tag of an element.

Start with:

    <a

Type the '>' character:

    <a>

Without any user interaction '</a>' is automatically inserted:

    <a> </a>

Does something currently exist/is being considered in the protocol that would provide the same functionality?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions