John Long

- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
-
-
-
-
John Long created a post, ReSharper refactoring cannot handle #if compiler directives
I imagine this is a somewhat involved feature, but it is a big problem on large projects.Take the code below: private static void DummyMethod(int i) { Console.WriteLine(i);... -
-
John Long created a post, License expiring too soon?
I've been using the 783 build (which came out on Apr 25th), and I'm now being told the license expires in three days. Eh? There seems to be no newer stable build available, and the license should b... -
John Long created a post, Massive slow downs when "Find Usages" results window is showing
It's not consistent, but very often I am seeing large slowdowns in intellisense (every character taking several seconds to show up) when I have the Find Results window up. If I close it, sometimes ... -
John Long commented, -
John Long created a post, Reformating not adding "this" to instance members
Even if I have "Force 'this.' qualifier for instance member" set to "Use always", when I Reformat Code, the "this" does not get added. It will get added in some other circumstances, like when I use...