public interface LSCodeLensesProvider
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.CodeLens> |
getLenses(LSContext context)
Execute the Command.
|
String |
getName()
Returns name of the code lenses provider.
|
boolean |
isEnabled()
Mark code lenses provider is enabled or not.
|
String getName()
List<org.eclipse.lsp4j.CodeLens> getLenses(LSContext context) throws LSCodeLensesProviderException
context
- Language Server ContextList
List of code lensesLSCodeLensesProviderException
- exception while executing the code lenses providerboolean isEnabled()
Copyright © 2019 WSO2. All rights reserved.