julia-vscode / SymbolServer.jl

Other
22 stars 31 forks source link

store methods for shadowed datatypes #213

Closed ZacLN closed 3 years ago

ZacLN commented 3 years ago

For next minor - stores methods for datatypes that have been imported into a module and rebound under a new name.

For next minor version rather than patch.

Fixes one of the issues in https://github.com/julia-vscode/julia-vscode/issues/1224

davidanthoff commented 3 years ago

Does this mean we have to trigger reindexing on client machines?

ZacLN commented 3 years ago

Ideally we'd want all caches updated