Replies: 1 comment
-
Aggreed. I made that choice to be flexible considering the src layout and flat layout and that most python project uses the flat layout. I am not sure if there is a freedom to shape the C++ project logical view. These choices are hardcoded for example if i dont want to have the header files i am not sure to have the choice |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Continuation of submission #90
Here I think we misunderstood a bit. I, for one, would like to have the freedom to determine the logical view of the project regardless of the physical layout of the files on disk, which, as you wrote, should follow Python guidelines.
I wish there was as much freedom as there is for C/C++ projects:
The logical view does not show everything that is physically in the directory regardless of how the IDE's global filters are set.
The structure of the logical view is not closely related to the physical structure and can be freely shaped.
Beta Was this translation helpful? Give feedback.
All reactions