Mono-D
Mono-D copied to clipboard
auto indent a block
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?
You mean, indenting the code in the code block that is enclosed by the } you just typed?
Yep
Sometimes you add an if block around some code and just wish the code was re-aligned properly once you close the block