- 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.