Default Keybindings: IntelliSense Commands
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Visual C# Keyboard Shortcuts |
|
| edit |
[edit]
IntelliSense commands default keybindings
These are the Visual C# IDE default keybindings for the IntelliSense commands defined in the Visual C# 2005 profile.
The Visual Studio IntelliSense commands are used to perform various intelligent editing operations.
| Command | Key(s) | Description |
| Edit.CompleteWord | CTRL + SPACE or
CTRL + K, W | Completes the current word in the completion list. |
| Edit.ListMembers | CTRL + J or
CTRL + K, L | Invokes the IntelliSense completion list. |
| Edit.QuickInfo | CTRL + K, I | Displays the complete declaration for the specified identifier in your code in a Quick Info tool tip. |
| Edit.ParameterInfo | CTRL + SHIFT + SPACE
or CTRL K, P | Displays the name, number, and type of parameters required for the specified method. |
[edit]
See also
- Visual C# - learn to make the most of C# with Visual Studio.
- Visual Studio 2005 Software Review
- Visual Studio Entry Points