@MimeLocation(subfolderName="CodeLensProvider") public interface CodeLensProvider
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<? extends CodeLens>> |
codeLens(Document doc)
Provide
CodeLens for the given document. |
CompletableFuture<List<? extends CodeLens>> codeLens(@NonNull Document doc)
CodeLens
for the given document.doc
- the document