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

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

Link to this section Functions

@spec document() :: String.t()

The moniker is only unique inside a document

@spec global() :: String.t()

The moniker is globally unique

@spec group() :: String.t()

The moniker is unique inside the group to which a project belongs

@spec project() :: String.t()

The moniker is unique inside a project for which a dump got created

@spec scheme() :: String.t()

The moniker is unique inside the moniker scheme.