Package org.graalvm.tools.api.lsp
Interface LSPServerAccessor
public interface LSPServerAccessor
Provides access to the GraalLS from within
LSPExtensions.-
Method Summary
Modifier and TypeMethodDescriptionGet a map of fileURIs to languageIds for all files currently open in the LSP client.com.oracle.truffle.api.source.SourceGet theSourcefor a givenURI.voidsendCustomNotification(String method, Object params) Instruct the GraalLS to send a custom notification to the LSP client.
-
Method Details
-
getOpenFileURI2LangId
Get a map of fileURIs to languageIds for all files currently open in the LSP client. -
sendCustomNotification
Instruct the GraalLS to send a custom notification to the LSP client. -
getSource
-