GenLSP.Enumerations.UniquenessLevel (gen_lsp v0.0.3)
Moniker uniqueness level to define scope of the moniker.
@since 3.16.0
Link to this section Summary
Functions
The moniker is only unique inside a document
The moniker is globally unique
The moniker is unique inside the group to which a project belongs
The moniker is unique inside a project for which a dump got created
The moniker is unique inside the moniker scheme.
Link to this section Types
@type t() :: String.t()
Link to this section Functions
Link to this function
document()
@spec document() :: String.t()
The moniker is only unique inside a document
Link to this function
global()
@spec global() :: String.t()
The moniker is globally unique
Link to this function
group()
@spec group() :: String.t()
The moniker is unique inside the group to which a project belongs
Link to this function
project()
@spec project() :: String.t()
The moniker is unique inside a project for which a dump got created
Link to this function
scheme()
@spec scheme() :: String.t()
The moniker is unique inside the moniker scheme.