christiaan Baes

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

    Search with pattern

    I use VB.Net and I want to search for this. for all the help.ShowHelp things and put those in a wrapper.So I have something like this.Private Sub BtnHelpClick(sender As System.Object, e As EventArg...
    • 2 followers
    • 7 comments
    • 0 votes
  • Created

    Resharper 6 custom patterns not replacing

    I made some custom patterns for nunit. See also blogpost here and they work fine with alt enter and finding. When I do alt+enter it replaces with wath I have in replace.But when I do Search now it ...
    • 1 follower
    • 2 comments
    • 0 votes
  • Created

    Looking for constructor with one statement in them

    I was kind of hoping custom patterns could do this for me. But the first few attempts made R# 6 RC2 crash, so perhaps someone can help me out here.I am looking forall constructors that look like th...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Automate resharper

    I have found with a little help that I can search for use of concatenation. And that when I do Alt+Enter I get Use forma t string for all arguments. Can I do a find and replace using the find I def...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    search patter with &

    I want to search for thisin VB.Net with the search with pattern thing.string & stringthe string can be a variable or a literal. So I thought I would start simple and just searh for & but it does no...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Formatting members

    Can I change the way Formatting members generates the ToString method?
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Resharper 5.0 live templates VB.Net

    I have this live template''' <summary>''' $ClassName$''' </summary>''' <remarks></remarks><Test()>Public Sub $ClassName$()    $END$End Subwhich result in this code''' <summary>        ''' ClassName...
    • 1 follower
    • 0 comments
    • 0 votes