QuarkdownWorkspaceService

class QuarkdownWorkspaceService(server: QuarkdownLanguageServer) : WorkspaceService

Constructors

Link copied to clipboard
constructor(server: QuarkdownLanguageServer)

Functions

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 fun didChangeWorkspaceFolders(p0: DidChangeWorkspaceFoldersParams)
Link copied to clipboard
open fun didCreateFiles(p0: CreateFilesParams)
Link copied to clipboard
open fun didDeleteFiles(p0: DeleteFilesParams)
Link copied to clipboard
open fun didRenameFiles(p0: 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>