How to attach structure view to a specific .hpp file
Answered
What I need to do is show the structure view for a specific .hpp file.
As it is now, when I am in the main file view screen the structure view travels with that file. Need to have the structure view show the .hpp file of my choice instead of tracking the main window. This would make a nice “shopping list” of available classes, variables and functions in a header file.
Please sign in to leave a comment.
Hello!
The Structure tool window shows the structure of the file currently opened in the editor - https://www.jetbrains.com/help/clion/file-structure.html. There is no way to “pin” a specific file in that tool window.
I found the following feature request in our tracker - CPP-30878. I think it's related to your request. Feel free to comment or upvote it. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.