Louis D
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to enable code folding for redundant braces in C#?
I have a huge chunk of gross math inside a function. That math references a bunch of local variables declared before it, and creates a bunch of local variables. I want to put it into a local scope,...