DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum AutoCompletionItemKind

    Represents the kind of an auto-completion item. See also https://microsoft.github.io/monaco-editor/typedoc/enums/languages.CompletionItemKind.html

    Namespace: DevToys.Api
    Assembly: DevToys.Api.dll
    Syntax
    public enum AutoCompletionItemKind

    Fields

    Name Description
    Class

    Represents a class.

    Color

    Represents a color.

    Constant

    Represents a constant.

    Constructor

    Represents a constructor.

    CustomColor

    Represents a custom color.

    Enum

    Represents an enum.

    EnumMember

    Represents an enum member.

    Event

    Represents an event.

    Field

    Represents a field.

    File

    Represents a file.

    Folder

    Represents a folder.

    Function

    Represents a function.

    Interface

    Represents an interface.

    Issue

    Represents an issue.

    Keyword

    Represents a keyword.

    Method

    Represents a method.

    Module

    Represents a module.

    Operator

    Represents an operator.

    Property

    Represents a property.

    Reference

    Represents a reference.

    Snippet

    Represents a snippet.

    Struct

    Represents a struct.

    Text

    Represents text.

    TypeParameter

    Represents a type parameter.

    Unit

    Represents a unit.

    User

    Represents a user.

    Value

    Represents a value.

    Variable

    Represents a variable.

    Extension Methods

    LoggingExtensions.Log<AutoCompletionItemKind>(AutoCompletionItemKind)
    In this article
    DevToys logo © 2024 DevToys