This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
LS Rename using new analysis #577
Closed
Description
Rename needs information on all documents, so this entails to
- Find definition of the symbol being renamed LS: Goto definition using analysis #567
- Get dependencies of the module that contains the definition Subsystem to analyze import dependencies and provide order of analysis #432
- Run lightweight analysis on the dependencies not analyzed yet. Lightweight means ignoring library imports for faster search since symbol being renamed is in the user code.