How to prevent auto-closing of curly braces in ReSharper?

前端 未结 3 704
无人共我
无人共我 2021-01-17 07:57

A simple question.

I\'m trying out ReSharper and it closes my curly braces for me as soon as I open them. I really dislike this \"feature\" and I\'ve had about three

3条回答
  •  迷失自我
    2021-01-17 08:19

    Go to ReSharper Options->Environment->Editor->Edit Behavior and disable "Auto-insert closing brace". Additionally, if this is a new Visual Studio install, newer versions also do this by default. You'll have to go to Options->Text Editor->C#->General and disable "Automatic brace completion."

提交回复
热议问题