clion Code Folding?
Answered
Hey
How can I enable code folding in clion ? The little + next to loop/while/etc?
Also in cmake..
Say I have
set(someSrc
path/path/aa.cpp
path/path/aa.h
path/path/bb.cpp
path/path/bb.h
)
I'd like to fold that in to 1 line
Same goes for
vector<int> ve = {
1,2
2,3
4,5
};
etc etc etc?
Please sign in to leave a comment.
Hi! Please see https://www.jetbrains.com/help/clion/working-with-source-code.html#code_folding.
Code folding in CMake is not supported yet, feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-5191.
Hmmmm.... is there any reason why we don't have the "+" next to the relevant part of the code?