===================================================================== ReSharper 2021.3 (Visual Studio scheme) keyboard shortcuts (filtered) ===================================================================== First published at 12/31/2021 on https://defkey.com/resharper-2021-shortcuts ReSharper helps Visual Studio users eliminate common errors, "code smells". It can analyze code quality in various programming languages including C#, vb.net, ASP.NET MVC. With helpers such as extended IntelliSense, ReSharper aims to make typing code easier. Code analysis ------------- Ctrl + Alt + Shift + 8 Toggle code analysis in the current file Alt + Page Down Next code issue (error, warning or suggestion) in file Alt + Page Up Previous code issue (error, warning or suggestion) in file Alt + Shift + Page Down Next error/warning in file/solution Alt + Shift + Page Up Previous error/warning in file/solution Ctrl + Shift + Alt + A Inspect this Ctrl + E then H View hierarchy of: types (C#, VB.NET, C++), #include directives (C ++), styles (ASP.NET, Razor, CSS, XAML) Coding assistance ----------------- Alt + Enter Show action list Ctrl + Alt + S Apply Syntax Style Alt + Shift + Space Import symbol completion Ctrl + Shift + Space (Overrides Visual Studio command Edit.ParameterInfo) Parameter information: show/go to the next signature Alt + Insert Generate code Navigation and search --------------------- Ctrl + T Search Everywhere/Go to Type Ctrl + F12 (Overrides Visual Studio command Edit.GotoDeclaration) Go to implementation Shift + Tab Structural navigation: backwards Ctrl + Alt + F9 Go to breakpoints Shift + Alt + L Locate in Solution/Assembly Explorer Ctrl + Shift + A Go to Action Refactorings ------------ Ctrl + R then S Change signature Tool windows ------------ Source: ReSharper help page Last modified on (UTC): Friday, December 31, 2021 Defkey © All rights reserved.