Details
-
Suggestion
-
Resolution: Duplicate
-
P4: Low
-
None
-
None
-
None
Description
Please make preprocessor directives #if/#endif able to be collapsed like operator braces. In multiplatform projects there could be lot of conditionally translated code. When I work with one branch it's often better hide other branch.
Please implement not only one pair hiding bat also "hide in entire project". For example if project contains lot of
#ifdef SOMENAME
...
#endif //SOMENAME
it will be useful hide all such code if SOMENAME was not defined.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-2 Do code folding for preprocessor directives
- Open