JmlTextDocumentService
Properties
Functions
Link copied to clipboard
open override fun callHierarchyIncomingCalls(params: CallHierarchyIncomingCallsParams?): CompletableFuture<MutableList<CallHierarchyIncomingCall>>
Link copied to clipboard
open override fun callHierarchyOutgoingCalls(params: CallHierarchyOutgoingCallsParams?): CompletableFuture<MutableList<CallHierarchyOutgoingCall>>
Link copied to clipboard
open override fun codeAction(params: CodeActionParams): CompletableFuture<MutableList<Either<Command, CodeAction>>>
Link copied to clipboard
Link copied to clipboard
open override fun colorPresentation(params: ColorPresentationParams?): CompletableFuture<MutableList<ColorPresentation>>
Link copied to clipboard
open override fun completion(position: CompletionParams?): CompletableFuture<Either<MutableList<CompletionItem>, CompletionList>>
Link copied to clipboard
open override fun declaration(params: DeclarationParams): CompletableFuture<Either<MutableList<out Location>, MutableList<out LocationLink>>>
Link copied to clipboard
open override fun definition(params: DefinitionParams?): CompletableFuture<Either<MutableList<out Location>, MutableList<out LocationLink>>>
Link copied to clipboard
open override fun diagnostic(params: DocumentDiagnosticParams): CompletableFuture<DocumentDiagnosticReport>
Link copied to clipboard
open override fun documentColor(params: DocumentColorParams?): CompletableFuture<MutableList<ColorInformation>>
Link copied to clipboard
open fun documentHighlight(params: DocumentHighlightParams?): CompletableFuture<List<out DocumentHighlight?>?>?
Link copied to clipboard
open override fun documentLink(params: DocumentLinkParams?): CompletableFuture<MutableList<DocumentLink>>
Link copied to clipboard
Link copied to clipboard
open override fun documentSymbol(params: DocumentSymbolParams): CompletableFuture<MutableList<Either<SymbolInformation, DocumentSymbol>>>
Link copied to clipboard
open override fun foldingRange(params: FoldingRangeRequestParams?): CompletableFuture<MutableList<FoldingRange>>
Link copied to clipboard
open override fun formatting(params: DocumentFormattingParams?): CompletableFuture<MutableList<out TextEdit>>
Link copied to clipboard
Link copied to clipboard
open override fun implementation(params: ImplementationParams?): CompletableFuture<Either<MutableList<out Location>, MutableList<out LocationLink>>>
Link copied to clipboard
Link copied to clipboard
@ProtocolDraft
@ProtocolSince(value = "3.18.0")
Link copied to clipboard
open override fun inlineValue(params: InlineValueParams?): CompletableFuture<MutableList<InlineValue>>
Link copied to clipboard
open override fun linkedEditingRange(params: LinkedEditingRangeParams?): CompletableFuture<LinkedEditingRanges>
Link copied to clipboard
Link copied to clipboard
open override fun onTypeFormatting(params: DocumentOnTypeFormattingParams?): CompletableFuture<MutableList<out TextEdit>>
Link copied to clipboard
open override fun prepareCallHierarchy(params: CallHierarchyPrepareParams?): CompletableFuture<MutableList<CallHierarchyItem>>
Link copied to clipboard
@ProtocolSince(value = "3.12.0")
Link copied to clipboard
open override fun prepareTypeHierarchy(params: TypeHierarchyPrepareParams?): CompletableFuture<MutableList<TypeHierarchyItem>>
Link copied to clipboard
open override fun rangeFormatting(params: DocumentRangeFormattingParams?): CompletableFuture<MutableList<out TextEdit>>
Link copied to clipboard
@ProtocolDraft
@ProtocolSince(value = "3.18.0")
Link copied to clipboard
open override fun references(params: ReferenceParams?): CompletableFuture<MutableList<out Location>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun resolveCompletionItem(unresolved: CompletionItem?): CompletableFuture<CompletionItem>
Link copied to clipboard
Link copied to clipboard
open override fun selectionRange(params: SelectionRangeParams): CompletableFuture<MutableList<SelectionRange>>
Link copied to clipboard
open override fun semanticTokensFull(params: SemanticTokensParams): CompletableFuture<SemanticTokens>
Link copied to clipboard
open override fun semanticTokensFullDelta(params: SemanticTokensDeltaParams?): CompletableFuture<Either<SemanticTokens, SemanticTokensDelta>>
Link copied to clipboard
open override fun semanticTokensRange(params: SemanticTokensRangeParams?): CompletableFuture<SemanticTokens>
Link copied to clipboard
Link copied to clipboard
open override fun typeDefinition(params: TypeDefinitionParams?): CompletableFuture<Either<MutableList<out Location>, MutableList<out LocationLink>>>
Link copied to clipboard
open override fun typeHierarchySubtypes(params: TypeHierarchySubtypesParams?): CompletableFuture<MutableList<TypeHierarchyItem>>
Link copied to clipboard
open override fun typeHierarchySupertypes(params: TypeHierarchySupertypesParams?): CompletableFuture<MutableList<TypeHierarchyItem>>
Link copied to clipboard
open override fun willSaveWaitUntil(params: WillSaveTextDocumentParams?): CompletableFuture<MutableList<TextEdit>>