SymbolTool

Undocumented in source.
class SymbolTool : Tool {}

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.
getRelevantCaches
ModuleCache*[] getRelevantCaches(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkspaceCache
ModuleCache* getWorkspaceCache(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.
importDirectories
void importDirectories(string root, string[] paths, bool refresh)
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.
symbol
SymbolInformation[] symbol(string query, Uri uri)
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.

Inherited Members

From Tool

_configuration
Configuration _configuration;
Undocumented in source.

Meta