QuarkdownWorkspaceService

class QuarkdownWorkspaceService(server: QuarkdownLanguageServer) : WorkspaceService

Constructors

Link copied to clipboard
constructor(server: QuarkdownLanguageServer)

Functions

Link copied to clipboard
@ProtocolSince(value = "3.17.0")
open fun diagnostic(params: 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
@ProtocolSince(value = "3.6.0")
open fun didChangeWorkspaceFolders(params: DidChangeWorkspaceFoldersParams?)
Link copied to clipboard
@ProtocolSince(value = "3.16.0")
open fun didCreateFiles(params: CreateFilesParams?)
Link copied to clipboard
@ProtocolSince(value = "3.16.0")
open fun didDeleteFiles(params: DeleteFilesParams?)
Link copied to clipboard
@ProtocolSince(value = "3.16.0")
open fun didRenameFiles(params: RenameFilesParams?)
Link copied to clipboard
open fun executeCommand(params: ExecuteCommandParams?): CompletableFuture<Any?>?
Link copied to clipboard
@ProtocolSince(value = "3.17.0")
open fun resolveWorkspaceSymbol(workspaceSymbol: WorkspaceSymbol?): CompletableFuture<WorkspaceSymbol?>?
Link copied to clipboard
open fun symbol(params: WorkspaceSymbolParams?): CompletableFuture<Either<List<out SymbolInformation?>?, List<out WorkspaceSymbol?>?>?>?
Link copied to clipboard
@ProtocolDraft
@ProtocolSince(value = "3.18.0")
open fun textDocumentContent(params: TextDocumentContentParams?): CompletableFuture<TextDocumentContentResult?>?
Link copied to clipboard
@ProtocolSince(value = "3.16.0")
open fun willCreateFiles(params: CreateFilesParams?): CompletableFuture<WorkspaceEdit?>?
Link copied to clipboard
@ProtocolSince(value = "3.16.0")
open fun willDeleteFiles(params: DeleteFilesParams?): CompletableFuture<WorkspaceEdit?>?
Link copied to clipboard
@ProtocolSince(value = "3.16.0")
open fun willRenameFiles(params: RenameFilesParams?): CompletableFuture<WorkspaceEdit?>?