| Package | Description |
|---|---|
| org.netbeans.api.lsp |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceEdit |
CodeAction.getEdit()
Return the edit associated with the action.
|
| Constructor and Description |
|---|
CodeAction(String title,
Command command,
WorkspaceEdit edit)
Construct the
CodeAction. |
CodeAction(String title,
WorkspaceEdit edit)
Construct the
CodeAction. |