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:
Type the '>' character:
Without any user interaction '</a>' is automatically inserted:
Does something currently exist/is being considered in the protocol that would provide the same functionality?