SymbolTool

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clearPath
void clearPath(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
completion
CompletionItem[] completion(Uri uri, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
completionResolve
CompletionItem completionResolve(CompletionItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
definition
Location[] definition(Uri uri, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkspace
Uri getWorkspace(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
highlight
DocumentHighlight[] highlight(Uri uri, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
hover
Hover hover(Uri uri, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
importPath
void importPath(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
importSelections
void importSelections(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareRename
Range prepareRename(Uri uri, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
references
Location[] references(Uri uri, Position position, bool includeDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
WorkspaceEdit rename(Uri uri, Position position, string newName)
Undocumented in source. Be warned that the author may not have intended to support it.
symbol
SymbolInformation[] symbol(string query)
Undocumented in source. Be warned that the author may not have intended to support it.
symbol
SymbolType[] symbol(Uri uri, string query)
Undocumented in source. Be warned that the author may not have intended to support it.
typeDefinition
Location[] typeDefinition(Uri uri, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeSelections
void upgradeSelections(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cache
ModuleCache cache [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
instance
SymbolTool instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Tool

configuration
Configuration configuration;
Undocumented in source.
addConfigHook
void addConfigHook(Hook hook)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source.
shutdown
void shutdown()
Undocumented in source.
instance
T instance [@property getter]
Undocumented in source.

Meta