Rubberduck icon indicating copy to clipboard operation
Rubberduck copied to clipboard

Add Indenter settings to ignore lines with special form comments

Open RSquared64 opened this issue 2 years ago • 1 comments

Justification I use long indents to separate sections of code. In my code I want those kept to column 0 instead of being indented along with the surrounding code.

I have to go back and fix every comment line after indenting.

Description If a test was run, if line starts with a comment, is X long or longer, and only contains comment character (you may even wish to check to see if it is only X char since some coders start with a comment character then use a different character, keep the line start at 0.

Additional context Add any other context or screenshots about the feature request here.

RSquared64 avatar Sep 19 '21 20:09 RSquared64

What you're using to subsection the code is something of an anti-pattern. I don't think the dev-team overall will invest the effort into getting that working when the actual "problem" is that your modules are too long.

Vogel612 avatar Sep 19 '21 23:09 Vogel612