View Source GenLSP.Enumerations.CompletionItemKind (gen_lsp v0.8.1)

The kind of a completion entry.

Link to this section Summary

Link to this section Types

@type t() ::
  1
  | 2
  | 3
  | 4
  | 5
  | 6
  | 7
  | 8
  | 9
  | 10
  | 11
  | 12
  | 13
  | 14
  | 15
  | 16
  | 17
  | 18
  | 19
  | 20
  | 21
  | 22
  | 23
  | 24
  | 25

Link to this section Functions

@spec class() :: 7
@spec color() :: 16
@spec constant() :: 21
@spec constructor() :: 4
@spec enum() :: 13
@spec enum_member() :: 20
@spec event() :: 23
@spec field() :: 5
@spec file() :: 17
@spec folder() :: 19
@spec function() :: 3
@spec interface() :: 8
@spec keyword() :: 14
@spec method() :: 2
@spec module() :: 9
@spec operator() :: 24
@spec property() :: 10
@spec reference() :: 18
@spec snippet() :: 15
@spec struct() :: 22
@spec text() :: 1
@spec type_parameter() :: 25
@spec unit() :: 11
@spec value() :: 12
@spec variable() :: 6