Karsten Kousgaard

Avatar
  • Total activity 36
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 8
  • Created

    c# formatting

    HiIf I have a long lin like thisvar name = Method(LongEnumType.WithALongMemberName, anotherLongVariableName, etc etc);Resharper reformat breaks is up like this (only when Method(..) can fit on a si...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Don't refactor to nullable "type?"

    Sorry for the confusing title. Let me show some code instead, if I have this codevar a = new Timer(null);and uses Refactor this on var, I get thisTimer? a = new Timer(null); Is it possible to make ...
    • 2 followers
    • 8 comments
    • 0 votes
  • Created

    Can't change keyboard mapping for Resharper_Move up/down/left/right

    Answered
    I'm trying to remap the keyboard shortcut for Resharper.ReSharper_MoveDown/Left/Right/Up from ctr+shift+alt+h/j/k/l (because they don't make any sense) to ctrl+shift+alt+up/down/left/right arrow, b...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Two many press to undo

    Answered
    Hi I'm not sure if this i VS or R#, but here is a thing that's been annoying me for a long time now. I'm creating a method, and accidently presses [ (instead of {) and then enter, when I discover m...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Create missing parameter

    Answered
    Hi. public static void Test(){  File.ReadAllLines();} With the cursor between ( and ) in ReadAllLines(). I want to generate a new path parameter like this public static void Test(string path){File....
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    Disable Correct Length/Count mistyping

    Answered
    Is there a way to disable "Correct Length/Count mistyping" in https://www.jetbrains.com/help/resharper/Coding_Assistance_Typing_Assistance.html#enum_members  
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Locks cursor

    Answered
    If the cursor is between t and ( in the following picture and I start typing Resharper locks the cursor, so I can't move it up or down. Is there a way to prevent the "No suggestions" dialog
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    Cleanup code for all open files

    Is it possible to do a code cleanup on all open files (only) in one shot?
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    Don't open files on refactor

    Answered
    If I make a make a move to namespace refactoring in a C# file. Other files which have their using directives updated are automatically opened. Is there a way to turn this off? I don't wnat the file...
    • 6 followers
    • 12 comments
    • 2 votes