Julien Poulin

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Julien Poulin created a post, Custom pattern not working
I'm trying to create a pattern to replace an auto-property to a property with backing field and change notification:Search pattern:public $type$ $name$ { get; set; }(==> this works and R# can find ... -
Julien Poulin created a post, Missing code generation feature?
Hi,When I type the following code and there is no BMa class defined, ReSharper doesn't propose to create the class:public BMa BMa { get; set; } Is there a setting for that ?