C# IDE Shortcutkeys

Y

YJ

Hi All

This is really a newbie type question. I am tired looking for various
shortcut keys while coding in C#. I am using VC#2003 and like to avoid
using mouse.

Does anyone have link to a list of shortcut keys...cheat sheets or
PDF's

This is a list which i made from IDE shortcuts but this is not enough.
For example to add breakpoint F8. this is not documented anywhere

#EDITING
Comment Selection Ctrl+K,C
Uncomment Selection Ctrl+K,U
Bookmark Ctrl+K,K
Previous Bookmark Ctrl+K,P
Next Bookmark Ctrl+K,N
Clear all bookmarks Ctrl+K,L
Toggle Outlining Ctrl+M,M
List Members Ctrl+J
Param Info Ctrl+Shift+Space
Quick Info Ctrl+K,I
Format Text Ctrl+K,F


#Coding/Debugging
View Code F7
Object Browser Ctrl+Alt+J
Toggle Fullscreen Shift+Alt+Enter
Navigate Forward Ctrl+ -
Navigate Backward Ctrl+Shift -
Build Ctrl+Shift+B
Start (Run) F5
Start without Debug Ctrl+F5
Step Into F11
Step Over F10
Breakpoint window Ctrl+Alt+B
Add Breakpoint F9
Clear All Breakpoints Ctrl+Shift+F9


#Windows
Solution Explorer Ctrl+Alt+L
Properties F4
Task List Ctrl+Alt+K
Command Ctrl+Alt+A
Output Ctrl+Alt+O
Immediate Ctrl+Alt+I
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top