SamtWorkspaceService

class SamtWorkspaceService(workspace: SamtWorkspace) : WorkspaceService, LanguageClientAware

Constructors

Link copied to clipboard
constructor(workspace: SamtWorkspace)

Functions

Link copied to clipboard
open override fun connect(client: LanguageClient)
Link copied to clipboard
open fun diagnostic(p0: WorkspaceDiagnosticParams): CompletableFuture<WorkspaceDiagnosticReport>
Link copied to clipboard
open override fun didChangeConfiguration(params: DidChangeConfigurationParams?)
Link copied to clipboard
open override fun didChangeWatchedFiles(params: DidChangeWatchedFilesParams)
Link copied to clipboard
open override fun didChangeWorkspaceFolders(params: DidChangeWorkspaceFoldersParams)
Link copied to clipboard
open override fun didCreateFiles(params: CreateFilesParams)
Link copied to clipboard
open override fun didDeleteFiles(params: DeleteFilesParams)
Link copied to clipboard
open override fun didRenameFiles(params: RenameFilesParams)
Link copied to clipboard
open fun executeCommand(p0: ExecuteCommandParams): CompletableFuture<Any>
Link copied to clipboard
open fun resolveWorkspaceSymbol(p0: WorkspaceSymbol): CompletableFuture<WorkspaceSymbol>
Link copied to clipboard
open fun symbol(p0: WorkspaceSymbolParams): CompletableFuture<Either<MutableList<out SymbolInformation>, MutableList<out WorkspaceSymbol>>>
Link copied to clipboard
open fun willCreateFiles(p0: CreateFilesParams): CompletableFuture<WorkspaceEdit>
Link copied to clipboard
open fun willDeleteFiles(p0: DeleteFilesParams): CompletableFuture<WorkspaceEdit>
Link copied to clipboard
open fun willRenameFiles(p0: RenameFilesParams): CompletableFuture<WorkspaceEdit>