← Back to Shortcut Collections
ReSharper(IntelliJ IDEA )

ReSharper(IntelliJ IDEA )

The ultimate productivity tool for Visual Studio, elevating C# code refactoring and navigation to the next level

Efficiency shortcuts that dramatically improve development speed and productivity with advanced code completion, generation, and editing features

Ctrl+Space
Symbol Code Completion
Provides symbol code completion.
💡 Hint: Completion
🎯 Auto-complete symbols to reduce typing, prevent spelling mistakes, and code efficiently
Ctrl+Shift+Space
Smart Code Completion
Provides smart code completion based on context.
💡 Hint: Smart
🎯 Select and input optimal code quickly with advanced completion suggestions based on context
Ctrl+Shift+Enter
Complete Statement
Automatically completes the current statement.
💡 Hint: Statement
🎯 Auto-complete statements to prevent missing semicolons and brackets, avoiding syntax errors
Ctrl+P
Parameter Info
Displays parameter information for functions or methods.
💡 Hint: Parameter
🎯 Display method parameter information in real-time to quickly verify correct arguments
Ctrl+Q
Quick Documentation
Shows quick documentation for the symbol.
💡 Hint: Quick
🎯 Instantly display symbol documentation to efficiently check API usage and descriptions
Ctrl+W
Extend Selection
Extends the current selection progressively.
💡 Hint: Whole
🎯 Progressively extend selections to efficiently select and manipulate code in logical units
Ctrl+D
Duplicate Line or Selection
Duplicates the current line or selection.
💡 Hint: Duplicate
🎯 Instantly duplicate lines or selections to accelerate similar code creation and repetitive tasks
Alt+Ins
Generate Code
Generates code like constructors, properties, and members.
💡 Hint: Generate
🎯 Auto-generate constructors and properties to significantly streamline boilerplate code creation