View Source GenLSP.Enumerations.MonikerKind (gen_lsp v0.10.0)
The moniker kind.
@since 3.16.0
Link to this section Summary
Functions
The moniker represents a symbol that is exported from a project
The moniker represent a symbol that is imported into a project
The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, ...)
Link to this section Types
@type t() :: String.t()
Link to this section Functions
@spec export() :: String.t()
The moniker represents a symbol that is exported from a project
@spec import() :: String.t()
The moniker represent a symbol that is imported into a project
@spec local() :: String.t()
The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, ...)