Robin Vanluchene

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Create new ITreeNode element as a child node
Hello, I'm trying to make a QuickFix where I create a new class with a specific name and add it as a child to the body of a given ICSharpNamespaceDeclaration. So basically I want a quickfix that ch... -
Created Search for a pattern that isn't in the code
Hello, I'm new to resharper and I'm trying to make some custom code inspections to enforce certain elements when making a specific type of code.For example I would like to make a code inspection th...