Skip to content

Commit c781a12

Browse files
authored
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`.
1 parent 4e11295 commit c781a12

File tree

5 files changed

+1244
-1138
lines changed

5 files changed

+1244
-1138
lines changed

0 commit comments

Comments
 (0)