Uses of Interface
org.eclipse.lemminx.services.extensions.codelens.ICodeLensParticipant
Packages that use ICodeLensParticipant
Package
Description
-
Uses of ICodeLensParticipant in org.eclipse.lemminx.extensions.catalog
Classes in org.eclipse.lemminx.extensions.catalog that implement ICodeLensParticipantModifier and TypeClassDescriptionclassThis code lens participant creates the "(un)register catalog" code lens in catalog files. -
Uses of ICodeLensParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement ICodeLensParticipantModifier and TypeClassDescriptionclassAt 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. -
Uses of ICodeLensParticipant in org.eclipse.lemminx.extensions.dtd.participants
Classes in org.eclipse.lemminx.extensions.dtd.participants that implement ICodeLensParticipantModifier and TypeClassDescriptionclassDTD CodeLens to show references count for referenced <!ELEMENT -
Uses of ICodeLensParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement ICodeLensParticipantModifier and TypeClassDescriptionclassXML references codelens support. -
Uses of ICodeLensParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement ICodeLensParticipantModifier and TypeClassDescriptionclassXSD CodeLens to show references count between XSD types references. -
Uses of ICodeLensParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement ICodeLensParticipantModifier and TypeClassDescriptionclassXSD CodeLens to show references count between XSD types references. -
Uses of ICodeLensParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type ICodeLensParticipantMethods in org.eclipse.lemminx.services.extensions with parameters of type ICodeLensParticipantModifier and TypeMethodDescriptionvoidXMLExtensionsRegistry.registerCodeLensParticipant(ICodeLensParticipant codeLensParticipant) voidXMLExtensionsRegistry.unregisterCodeLensParticipant(ICodeLensParticipant codeLensParticipant)