Class BSLWorkspaceService

java.lang.Object
com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
All Implemented Interfaces:
org.eclipse.lsp4j.services.WorkspaceService

@Component public class BSLWorkspaceService extends Object implements org.eclipse.lsp4j.services.WorkspaceService
  • Constructor Details

  • Method Details

    • symbol

      public CompletableFuture<org.eclipse.lsp4j.jsonrpc.messages.Either<List<? extends org.eclipse.lsp4j.SymbolInformation>,List<? extends org.eclipse.lsp4j.WorkspaceSymbol>>> symbol(org.eclipse.lsp4j.WorkspaceSymbolParams params)
      Specified by:
      symbol in interface org.eclipse.lsp4j.services.WorkspaceService
    • didChangeConfiguration

      public void didChangeConfiguration(org.eclipse.lsp4j.DidChangeConfigurationParams params)
      Specified by:
      didChangeConfiguration in interface org.eclipse.lsp4j.services.WorkspaceService
    • didChangeWatchedFiles

      public void didChangeWatchedFiles(org.eclipse.lsp4j.DidChangeWatchedFilesParams params)
      Specified by:
      didChangeWatchedFiles in interface org.eclipse.lsp4j.services.WorkspaceService
    • executeCommand

      public CompletableFuture<Object> executeCommand(org.eclipse.lsp4j.ExecuteCommandParams params)
      Specified by:
      executeCommand in interface org.eclipse.lsp4j.services.WorkspaceService