public interface CodeActionProvider
Modifier and Type | Method and Description |
---|---|
List<CodeAction> |
getCodeActions(Document doc,
Range range,
Lookup context)
Computes code actions for a given document and range
|
List<CodeAction> getCodeActions(@NonNull Document doc, @NonNull Range range, @NonNull Lookup context)
doc
- a text documentrange
- a range inside the text documentcontext
- a context carrying additional information.CodeAction
instances