christiaan Baes
- 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... -
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 ... -
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... -
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... -
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... -
-
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...