Interface WeaveCodeActionProvider
- All Known Implementing Classes:
QuickFixCodeActionProvider
public interface WeaveCodeActionProvider
Provides code actions that should be enabled for the requested
CodeActionParams.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.CodeAction[]actions(org.eclipse.lsp4j.CodeActionParams params, ContextMetadata context) booleanhandles(org.eclipse.lsp4j.CodeActionParams params, ContextMetadata context)
-
Method Details
-
handles
-
actions
org.eclipse.lsp4j.CodeAction[] actions(org.eclipse.lsp4j.CodeActionParams params, @Nullable ContextMetadata context)
-