I work much with large procedures and in there I have a lot of nested BEGIN END and IF END IF statements. It's sometimes not easy to keep th
I work much with large procedures and in there I have a lot of nested BEGIN END and IF END IF statements.
It's sometimes not easy to keep the overview.
A helpful feature would be to fade out or fade in code groups like BEGIN END and/or IF END IF.
In some situation you already have this but only on the highest level (stored procedures first BEGIN).
1
vote
Rolf Wyss
shared this idea
-
AdminDevart (_, Devart) commented
Dear User,
Thanks for your comment!
We kindly recommend considering the use of the #region MyRegion / #endregion construct for neatly collapsing code blocks.
Best,
Devart Support Team