ReSharper(IntelliJ IDEA )
The ultimate productivity tool for Visual Studio, elevating C# code refactoring and navigation to the next level
Debug shortcuts that achieve efficient problem-solving and code improvement by integrating error, test, and debugging features
Alt+Enter
Show Quick-Fixes and Context Actions
Shows available quick-fixes and context actions.
💡 Hint: Quick-fix
🎯 Display fix suggestions for errors and warnings to quickly resolve issues and improve code quality
F12
Go to Next Highlight
Goes to the next error, warning, or suggestion.
💡 Hint: Next
🎯 Navigate to next error or warning locations to systematically check issues and debug efficiently
Shift+F12
Go to Previous Highlight
Goes to the previous error, warning, or suggestion.
💡 Hint: Previous
🎯 Return to previous error or warning locations to ensure problem resolution while reviewing fixes
Alt+F12
Go to Next Error
Goes to the next error.
💡 Hint: Error
🎯 Jump directly to next error locations to prioritize fixing critical issues first
Ctrl+Shift+Alt+A
Inspect This
Inspects the current element.
💡 Hint: Inspect
🎯 Inspect current elements in detail to comprehensively analyze code quality issues and improvements
Ctrl+T → R
Run Unit Tests
Runs unit tests.
💡 Hint: Run
🎯 Execute unit tests to verify code behavior and detect regressions early
Ctrl+T → D
Debug Unit Tests
Debugs unit tests.
💡 Hint: Debug
🎯 Run tests in debug mode to investigate and identify causes of test failures in detail
Ctrl+Alt+T
Unit Test Explorer
Shows the Unit Test Explorer.
💡 Hint: Explorer
🎯 Display test results in Test Explorer to understand overall testing status