All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.vespa.schemals.lsp.codeaction.provider.CodeActionProvider Maven / Gradle / Ivy

There is a newer version: 8.458.13
Show newest version
package ai.vespa.schemals.lsp.codeaction.provider;

import java.util.List;

import org.eclipse.lsp4j.CodeAction;
import org.eclipse.lsp4j.Command;
import org.eclipse.lsp4j.jsonrpc.messages.Either;

import ai.vespa.schemals.context.EventCodeActionContext;

/**
 * CodeActionProvider
 */
public interface CodeActionProvider {
    public List> getActions(EventCodeActionContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy