Open
Description
Today definition and typeDefinition are available with Ctrl+Click but in XML context:
- definition is used to switch from start tag to end tag
- typeDefinition is used to open the grammar bound with XML and select the proper element/attribute declaration in the grammar.
Ctrl+Click on start tag element should just swith to the end tag element and not provide the typeDefinition (which can takes some times).
vscode provides:
- definition with Ctrl+Click
- typeDefinition with a contextual menu
I think LSP4E should provide this menu too.