public interface ICodeLensRequest
| Modifier and Type | Method and Description |
|---|---|
DOMDocument |
getDocument()
Returns the DOM document.
|
boolean |
isSupportedByClient(String kind)
Returns true if the given code lens kind is supported by the client and false
otherwise.
|
DOMDocument getDocument()
boolean isSupportedByClient(String kind)
kind - code lens kindCopyright © 2020. All rights reserved.