Documentation

MarkupKind
in package

AbstractYes

Describes the content type that a client supports in various result literals like `Hover`, `ParameterInfo` or `CompletionItem`.

Please note that MarkupKinds must not start with a $. This kinds are reserved for internal usage.

Table of Contents

Constants

MARKDOWN  = 'markdown'
Markdown is supported as a content format
PLAINTEXT  = 'plaintext'
Plain text is supported as a content format

Constants

MARKDOWN

Markdown is supported as a content format

public mixed MARKDOWN = 'markdown'

PLAINTEXT

Plain text is supported as a content format

public mixed PLAINTEXT = 'plaintext'

        
On this page

Search results