Is there a setting to have R# create auto properties by default?
For example when I write out a property that doesn't exist yet, R# will give the option to create a property. When chosen it creates the property just fine, but then implements the get and set with not implemented exception. I see in the options that I can change that to default or uncompilable code. Can I just have it make auto props? Or is there a simple way to convert whatever R# creates to auto props or a backed property if needed? It be easier to do everything by hand than to change what R# creates.
Please sign in to leave a comment.