Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
SymbolInformation.display_name
(#158)
* Add `SymbolInformation.display_name` Towards #154 Previously, there was no reliable way to get the name of a symbol. You could parse it from the symbol descriptor but that only worked for global symbols (not locals) and was error-prone when the indexer chooses to a special encoding in the symbol for some reason (for example, all-lowercase because symbols are case-insensitive). Now, clients can use `SymbolInformation.display_name` to reliably get the name of a symbol to render in API docs or some other application. * Add example for `display_name`.
- Loading branch information