Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
SymbolInformation.enclosing_symbol
Towards #154 Previously, it was not possible to determine the enclosing symbol of a local because the syntax for local symbols has no hierarchy (unlike global symbols). This PR closes the gap by adding a field `SymbolInformation.enclosing_symbol` to allow documenting the "parent" or "owner" of a local symbol.
- Loading branch information