You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some IDEs have "include hierarchy" functionality: you can view what headers are included in the current file and in which files the current header is included using a tree view.
Some IDEs have "include hierarchy" functionality: you can view what headers are included in the current file and in which files the current header is included using a tree view.
For example, Qt Creator:
https://doc.qt.io/qtcreator/creator-include-hierarchy-view.html
CLion (import hierarchy):
https://www.jetbrains.com/help/clion/analyzing-applications.html
Displaying a tree of includes will be a useful feature.
The text was updated successfully, but these errors were encountered: