| Package | Description |
|---|---|
| org.netbeans.api.lsp |
| Modifier and Type | Method and Description |
|---|---|
Command |
CodeLens.getCommand()
Returns the command associated with the code lens.
|
Command |
CodeAction.getCommand()
Return the command of the action.
|
| Constructor and Description |
|---|
CodeAction(String title,
Command command)
Construct the
CodeAction. |
CodeAction(String title,
Command command,
WorkspaceEdit edit)
Construct the
CodeAction. |
CodeLens(Range range,
Command command,
Object data)
Create a new instance of CodeLens.
|