how to disable or change property creation of Resharper for C#?
I really dislike how Resharper generates property, auto property, read only property. it is really time consuming. Default VS 2019 behavior is easier and faster. when I type "prop" and tab 2 times, it is ready. why should i deal with field and popups. Is there a way to change this behavior or disable without disabling Resharper completely?
Please sign in to leave a comment.
Hello Emil,
Visual Studio's snippets still work with ReSharper, but they're not shown in the UI. But if you type the snippet shortcut and hit tab, they still work, and are expanded correctly. You can also use the normal VS shortcut to invoke VS's snippet chooser.
By the way, could you please specify what is time consuming in ReSharper templates?
Thank you.