Class XMLCatalogCodeLensParticipant

java.lang.Object
org.eclipse.lemminx.extensions.catalog.XMLCatalogCodeLensParticipant
All Implemented Interfaces:
ICodeLensParticipant

public class XMLCatalogCodeLensParticipant extends Object implements ICodeLensParticipant
This code lens participant creates the "(un)register catalog" code lens in catalog files. When clicked, this catalog runs the client command "xml.update.configuration" to update the workspace settings to register the catalog for use. The client needs to implement the "xml.update.configuration" command in order for this to work.
  • Constructor Details

    • XMLCatalogCodeLensParticipant

      public XMLCatalogCodeLensParticipant(ContentModelManager contentModelManager)
  • Method Details