Package ch.so.agi.gretl.lsp.completion
Class CompletionProvider
java.lang.Object
ch.so.agi.gretl.lsp.completion.CompletionProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.jsonrpc.messages.Either<List<org.eclipse.lsp4j.CompletionItem>,org.eclipse.lsp4j.CompletionList> complete(GretlScript script, org.eclipse.lsp4j.Position position, String currentLineText)
-
Constructor Details
-
CompletionProvider
-
-
Method Details
-
complete
public org.eclipse.lsp4j.jsonrpc.messages.Either<List<org.eclipse.lsp4j.CompletionItem>,org.eclipse.lsp4j.CompletionList> complete(GretlScript script, org.eclipse.lsp4j.Position position, String currentLineText)
-