Interface CodeActionSupplier
- All Known Implementing Classes:
AbstractQuickFixSupplier
,DisableDiagnosticTriggeringSupplier
,ExtractStructureConstructorSupplier
,FixAllCodeActionSupplier
,GenerateStandardRegionsSupplier
,QuickFixCodeActionSupplier
public interface CodeActionSupplier
-
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.lsp4j.CodeAction>
getCodeActions
(org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-
Method Details
-
getCodeActions
List<org.eclipse.lsp4j.CodeAction> getCodeActions(org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-