2022-05-07 12:07 PM
When I analyze a code that another guy made, I want to track where a function is used.
I can see the definition of a function using open declaration but I cannot see where the function is used.
STM32 has so many files. So, I cannot search for each of them.
Could you explain the way to see where the function is used?
Solved! Go to Solution.
2022-05-07 02:27 PM
Right click on the identifier -> References ->Project (or workspace)
2022-05-07 02:27 PM
Right click on the identifier -> References ->Project (or workspace)
2022-05-07 04:49 PM
>>STM32 has so many files. So, I cannot search for each of them.
Get a better File Manger
Get some better Static Analysis Tools
2022-05-07 07:59 PM
It is working! Thanks!