How to reformat naming styles with ReSharper?

后端 未结 4 921
萌比男神i
萌比男神i 2020-12-11 17:34

I have several pages of code that need to have naming styles reinforced, e.g. use fooBar instead of FooBar for local variables. I don\'t want to co

4条回答
  •  眼角桃花
    2020-12-11 18:24

    R# has an SDK. Perhaps you can add a cleanup option via this:

    http://confluence.jetbrains.com/display/NETCOM/2.07+Code+Cleanup+%28R8%29

    (I'm doing a mass naming refactor as well, but have only just started looking into writing something in their API. Don't know if this will work yet, or the effort involved.)

提交回复
热议问题