Class RNGCodeLensParticipant
java.lang.Object
org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGCodeLensParticipant
- All Implemented Interfaces:
ICodeLensParticipant
XSD CodeLens to show references count between XSD types references.
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoCodeLens(ICodeLensRequest request, List<org.eclipse.lsp4j.CodeLens> lenses, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
-
Constructor Details
-
RNGCodeLensParticipant
public RNGCodeLensParticipant()
-
-
Method Details
-
doCodeLens
public void doCodeLens(ICodeLensRequest request, List<org.eclipse.lsp4j.CodeLens> lenses, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) - Specified by:
doCodeLensin interfaceICodeLensParticipant
-