Modifier and Type | Class and Description |
---|---|
class |
ContentModelCodeLensParticipant
At first this participant is enabled only when LSP client can support the
client command "xml.open.binding.wizard" to open the wizard to bind a XML to
a grammar/schema.
|
Modifier and Type | Class and Description |
---|---|
class |
DTDCodeLensParticipant
DTD CodeLens to show references count for referenced
|
Modifier and Type | Class and Description |
---|---|
class |
XSDCodeLensParticipant
XSD CodeLens to show references count between XSD types references.
|
Modifier and Type | Method and Description |
---|---|
Collection<ICodeLensParticipant> |
XMLExtensionsRegistry.getCodeLensParticipants() |
Modifier and Type | Method and Description |
---|---|
void |
XMLExtensionsRegistry.registerCodeLensParticipant(ICodeLensParticipant codeLensParticipant) |
void |
XMLExtensionsRegistry.unregisterCodeLensParticipant(ICodeLensParticipant codeLensParticipant) |
Copyright © 2022. All rights reserved.