Interface WeaveCodeActionProvider

  • All Known Implementing Classes:
    QuickFixCodeActionProvider

    public interface WeaveCodeActionProvider
    Provides code actions that should be enabled for the requested CodeActionParams.
    • Method Detail

      • handles

        boolean handles​(org.eclipse.lsp4j.CodeActionParams params,
                        @Nullable
                        ContextMetadata context)
      • actions

        org.eclipse.lsp4j.CodeAction[] actions​(org.eclipse.lsp4j.CodeActionParams params,
                                               @Nullable
                                               ContextMetadata context)