aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

auto indent a block #621

Open etcimon opened 9 years ago

etcimon commented 9 years ago

I saw this feature in vs2013 writing c# and immediately missed it. It consists in indenting the code on block close }

Think we could try with an option?

aBothe commented 9 years ago

You mean, indenting the code in the code block that is enclosed by the } you just typed?

etcimon commented 9 years ago

Yep

Sometimes you add an if block around some code and just wish the code was re-aligned properly once you close the block