ReSharper(IntelliJ IDEA )
The ultimate productivity tool for Visual Studio, elevating C# code refactoring and navigation to the next level
Navigation shortcuts for instantly jumping to classes, symbols, and files to efficiently understand code even in large projects
Ctrl+N
Go to Everything
Navigates to any item such as symbols or files.
💡 Hint: Everything
🎯 Search across the entire project for files, classes, and symbols to quickly reach target code
Ctrl+N → Ctrl+N
Go to Type
Press Ctrl+N twice to navigate to a type.
💡 Hint: Type
🎯 Jump directly to type definitions to instantly understand class and interface structures
Ctrl+Shift+N
Go to File
Navigates to a specified file.
💡 Hint: File
🎯 Fast file search by name to instantly open target files even in large projects
Ctrl+Shift+Alt+N
Go to Symbol
Navigates to a specified symbol.
💡 Hint: Symbol
🎯 Search symbols across the project to quickly locate method and variable definitions
Alt+F7
Find Usages
Finds usages of the selected symbol.
💡 Hint: Usage
🎯 List all usage locations of selected symbols to efficiently understand code dependencies
Ctrl+B
Go to Declaration
Navigates to the declaration of the symbol.
💡 Hint: Declaration
🎯 Instantly jump to symbol declarations to review definitions and deepen understanding
Ctrl+Shift+Alt+B
Go to Implementation
Navigates to the implementation of the symbol.
💡 Hint: Implementation
🎯 Jump directly to implementation code of interfaces and abstract methods to review actual processing
Ctrl+F11
File Structure
Shows the file structure.
💡 Hint: Structure
🎯 Display classes, methods, and properties in a hierarchical view to visually understand code structure