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

Inlay hint kinds.

@since 3.17.0

Link to this section Summary

Functions

An inlay hint that is for a parameter.

An inlay hint that for a type annotation.

Link to this section Types

@type t() :: 1 | 2

Link to this section Functions

@spec parameter() :: 2

An inlay hint that is for a parameter.

@spec type() :: 1

An inlay hint that for a type annotation.