Table of Contents

Class MethodConstants

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Lsp.dll

Denotes additional constants

public static class MethodConstants
Inheritance
MethodConstants
Inherited Members

Fields

RegisterSemanticTokens

The method name to query semantic tokens

public const string RegisterSemanticTokens = "textDocument/semanticTokens"

Field Value

string

SetTrace

The method name to set the trace

public const string SetTrace = "$/setTrace"

Field Value

string

WindowShowDocument

The method name to show a document

public const string WindowShowDocument = "window/showDocument"

Field Value

string