Laurence Frost
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Convert var to explicit type missing in v10
I have recently upgraded to v10 and one of my highly used features seems to be missing.If I declare a variable as follows:var i = 10;I can then place my cursor in the "var" keyword, hit alt + enter... -
Created 9.0 "remove unused directives" feature is moving declarations out of namespace
I use the "remove unused directives" feature a lot to clean up redundant using statements. The behaviour has changed from 8.x to 9.0 though.Take the following example:using System;using System.Coll...