Problem: I make changes to one function or one parameter or else, and I forget about a buried function deep in the project that uses this function/parameter. More specifically using python in venv on Debian 12.
Expectation: A tool that can check the whole project and list all the functions/areas impacted by this change.
Question: does this feature exist in VSCode? As mentioned in the comments, modification effects or usage of functions/elements within the whole projects.