module LanguageServer::Protocol::Constant::MonikerKind

The moniker kind.

Constants

EXPORT

The moniker represents a symbol that is exported from a project

IMPORT

The moniker represent a symbol that is imported into a project

LOCAL

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, …)