← Back to Shortcut Collections
Rider

Rider

A cross-platform IDE specialized for .NET and game development, innovatively supporting Unity development and C# projects

Shortcuts that dramatically streamline C# development with .NET-specific completion, NuGet management, and code generation features

Ctrl+Space
Basic Completion
Shows basic code completion.
💡 Hint: Ctrl + Space
🎯 Shows type-appropriate suggestions to significantly reduce typing
Ctrl+Alt+Space
Smart Completion
Shows type-matching smart completion.
💡 Hint: Alt + Space (smart)
🎯 Achieves more accurate code input with context-based intelligent completion
Alt+Insert
Generate
Generates constructors, properties, methods, etc.
💡 Hint: Alt + Insert
🎯 Instantly generates constructors, properties, overrides, and more
Ctrl+Alt+Enter
Reformat Code
Automatically formats code.
💡 Hint: Alt + Enter (format)
🎯 Unifies code style and improves readability in team development
Alt+7
Show NuGet Window
Shows NuGet package manager.
💡 Hint: Alt + 7
🎯 Efficiently manages NuGet package search, installation, and updates
Ctrl+Shift+Space
Parameter Info
Shows method parameter info.
💡 Hint: Shift + Space (params)
🎯 Displays method parameter info to support accurate argument input
Ctrl+KCtrl+I
Quick Documentation
Shows symbol documentation in popup.
💡 Hint: K + Info
🎯 Instantly check API documentation to quickly understand library usage