rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.91k stars 300 forks source link

Add Indenter settings to ignore lines with special form comments #5855

Open RSquared64 opened 3 years ago

RSquared64 commented 3 years ago

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.

Vogel612 commented 3 years ago

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.