Completely Disable Formatting and Completion in ReSharper for Visual Studio

后端 未结 3 559
伪装坚强ぢ
伪装坚强ぢ 2020-12-30 18:42

I like a lot of the features that ReSharper offers, but I absolutely can\'t stand the formatting and code completion it does. It trips me up every step of the way. In java

3条回答
  •  醉梦人生
    2020-12-30 19:17

    Go to ReSharper | Options. Change the following options:

    On the page Environment | Editor: turn off options that starts from "Auto-format" or "Auto-insert". This won't disable ReSharper formatting features completely, but at least they won't be invoked automatically when typing.

    On the page Intellisense | General: change to "Visual Studio". Or, if you only dislike code completion in JavaScript, change to "Limited ReSharper Intellisense" and turn off JavaScript.

    P.S. Could you please describe with examples, what do you type when ReSharper is "stealing braces". Thanks!

提交回复
热议问题