Search code examples
refactoringresharperhotkeyscurly-brackets

How to navigate to a closing bracket with ReSharper?


Say you have a large amount of C# code in an if statement. If you place your carat next to the opening bracket, is there a hotkey or something in ReSharper that will automatically take you to the closing bracket?


Solution

  • See Go to Matching Brace in Visual Studio? (now as an answer as requested!)