Class XMLReferencesCodeLensParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.references.participants.XMLReferencesCodeLensParticipant
-
- All Implemented Interfaces:
ICodeLensParticipant
public class XMLReferencesCodeLensParticipant extends Object implements ICodeLensParticipant
XML references codelens support.
-
-
Constructor Summary
Constructors Constructor Description XMLReferencesCodeLensParticipant(XMLReferencesPlugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoCodeLens(ICodeLensRequest request, List<org.eclipse.lsp4j.CodeLens> lenses, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-
-
-
Constructor Detail
-
XMLReferencesCodeLensParticipant
public XMLReferencesCodeLensParticipant(XMLReferencesPlugin plugin)
-
-
Method Detail
-
doCodeLens
public void doCodeLens(ICodeLensRequest request, List<org.eclipse.lsp4j.CodeLens> lenses, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
- Specified by:
doCodeLensin interfaceICodeLensParticipant
-
-