about C language
Answered
read c language source code,for example,function A, how to know which function X to call function A, Source Insight is able to list function invocation relationships, clion can like this?
Thank you!
Please sign in to leave a comment.
Hi,
Could you please use Find Usage functionality?
Find Usage functionality can not find funtion X accuracy.
I hope that clion can be able to list function invocation relationships, like sourceinsight
@Cfplp181, CLion has a "call hierarchy" window, probably it will be suitable for you. Please find out more in our web help: https://www.jetbrains.com/help/clion/analyzing-applications.html#d3095e28 and https://www.jetbrains.com/help/clion/hierarchy-tool-window.html.
Also feel free to comment or upvote a feature request about the call graph: https://youtrack.jetbrains.com/issue/CPP-13235.