Hacker News new | ask | show | jobs
by seanmcdirmid 4224 days ago
I use a plugin called littlebrace for visual studio, which reduces brace lines to like 3 pt font. My C# code has started looking like Python :)
1 comments

This sounds really neat. Can you drop a link? I browsed around but couldn't find anything.
Also see this fork/port to VS2013:

https://github.com/owen2/little-braces

Also, it is available from the online add-in manager if you search for "little braces." The VS2013 community edition is just in time :)

I couple it with the indent guideline plugin for best effect (braces are super small, light lines to track indent level, 2 space indent...).