View source
enum abstract MonikerKind(String)
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Moniker
The moniker kind.
Available since
3.16.0
.Variables
inlineread onlyExport:MonikerKind = "export"
The moniker represents a symbol that is exported from a project
inlineread onlyImport:MonikerKind = "import"
The moniker represent a symbol that is imported into a project
inlineread onlyLocal:MonikerKind = "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, ...)