Sean Kearon
- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
Created [572] Bad Type Reordering
Pragma lines get lost when reordering on fields with the following. I cannot consistently reproduce this, but typically the pragma disable will be removed or the pragmas will not span the lines th... -
Created [548] Backing Field Smart Tag Request
When creating a property as below I get a smart tag to 'Add method return'. It would be nice to have the 'Add backing field' and 'Default body template' available here too, as they are when you ch... -
Created [548] Backing Field Naming
When I generate a property and then a backing field it doesn't seem to respect my naming conventions. private void comboCategories_SelectedIndexChanged(object sender, EventArgs e) { ... -
Created [543] Create Class from Generic Signature Request
I have the following base: public abstract class Base<TRequest, TResponse, TArgs> : IGenericServiceProvider where TRequest : class, new() where TResponse : class, new() where TArgs... -
Created 3.0 C# Edition - Package Load Failure
I'm having problems with VS - I can't get R# to load properly. I've uninstalled and reinstalled, but still get the following message:"Package Load FailurePackage 'Visual Studio Environment Menu Pa... -
Created [451] WF XAML Parsing
When using a workflow in Workflow Foundation (in VS2005) with the workflow expressed in XAML, the execute handler (codeActivity1_ExecuteCode) in the code file is marked as being never used, which i... -
Created [351] - Signature of Generic Delegated Method
I have a (winforms) control that contains another control. When I alt+ins and then delegate a generic method from the contained control, I get the following:Method in the contained control: p... -
Created [348] Braces Layout
In the 'Braces Layout' section in options, if I have the 'empty braces formatting' in the set to 'together on the same line' and 'method declaration' set to 'at next line', then Extract Method give... -
Created [340] Bad Context Error
The given expression is never of the provided type is incorrectly shown in the code below.ThanksSean public static void Test]]>(IFoo item) where T : Bar { // 'The given expression... -
Created 324 - Ctrl + Left/Right Navigation
I know I've mentioned this before and that you have this recorded at http://www.jetbrains.net/jira/browse/RSRP-33133 for a fix in 3.0. However, I'd really appreciate if this could be sorted for th...