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

ai.vespa.schemals.lsp.completion.provider.CompletionProvider Maven / Gradle / Ivy

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

import java.util.List;

import org.eclipse.lsp4j.CompletionItem;

import ai.vespa.schemals.context.EventCompletionContext;

public interface CompletionProvider {
    public List getCompletionItems(EventCompletionContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy