Completely Disable Formatting and Completion in ReSharper for Visual Studio

后端 未结 3 558
伪装坚强ぢ
伪装坚强ぢ 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!

    0 讨论(0)
  • 2020-12-30 19:27

    This will be heresy to some but I dislike Resharper's autocompletion and other intellisense items. I turned them off but doing so left my normal VisualStudio Intellisense and ParameterInfo totally inactive. Which I assume leads people to go back to Resharper because what's worse than bad is nothing.

    If you need to turn off the Resharper part its pretty straight forward:

    Resharper > Options > IntelliSense > Select Visual Studio radio button

    Being I dislike this (possibly unintentional) coercion I decided to answer here how to recativate normal Visual Studio intellisense and parameter info this is how to get it back.

    Tools > Options... > Text Editor > C# (for instance) > General > Auto list members

    Tools > Options... > Text Editor > C# (for instance) > General > Tick on Parameter information

    Tools > Options... > Text Editor > C# (for instance) > IntelliSense Tick on Show completion list after a character is typed

    0 讨论(0)
  • 2020-12-30 19:32

    After not being able to find the offending setting in ReSharper's options (2018.1.3) I found it in Visual Studio's (2017) options:

    • Text Editor
      • All Languages
        • General, Automatic brace completion
    0 讨论(0)
提交回复
热议问题