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

AutoComplete doesn't honor indentation for Enum #4089

Closed IvenBach closed 6 years ago

IvenBach commented 6 years ago

Public Enum Foo then hitting Enter, with Autocomplete blocks on ENTER toggled, results in

Public Enum Foo
|
End Enum

There is no indentation within the Enum

IvenBach commented 6 years ago

Rubberduck>Settings>Indenter Settings>Indent Options>Indent comments in Enum and Type blocks like in procedures was unchecked. Checking it indents as expected.