.Net KeyBoard Shortcuts

November 24, 2008 at 5:53 pm | Posted in ASP.NET | Leave a comment
Tags: , ,

# For Uppar Case/Lower Case: Ctrl+SHFT+U/Ctrl+U

# To Specify regions and etc: CTRL+K, CTRL+S

# Word Wrap: CTRL+E, W

# Transpose Line: SHFT+ALT+T

# Delete white space: CTRL+K, \

# Move to Nav Bar: Ctrl + F2

# For Full Screen: Alt + Shift + Enter

# For Intellisense: Ctrl + J Or Ctrl + Space

# To close the current tab: Ctrl+F4

# Expand/collapse definitions : Ctrl+M+M

# Used to move pervious position: Ctrl +-

# Go to declaration/Find usages: F12

# To focus on Solution Explorer: Ctrl + Alt + L

# To focus on Properties Window: F4

# To focus on Object Browser: Ctrl + Alt + J

# To focus on ToolBox: Ctrl + Alt + X

# To focus Immediate WIndow: Ctrl + Alt + I

# Debug Start: F5

# Debug Restart: Ctrl + Shift + F5

# StopDebugging: Cntl +F5

# Start WIthout debugging: Cntl + F5

# Build.BuildSolution: Ctrl +  Shift+ B

# Build.Cancel: Ctrl+Break

# Build.Compile: Ctrl + F7

# Debug.Breakpoints: Ctrl + Alt + B

# Debug.StepInto: F11

# Debug.StepOver: F10

# Debug.StepOut: SHift + F11

# Exceptions Window: Ctrl+Alt+E

# TO View Output: Ctrl + Alt + O

# To View CommandWindow: Ctrl + Alt + A

# To view Code: F7

# To View Designer: Shift + F7

# To copy any line in your .Net Editor don’t select complete line, just place the cursor on the line and
press ctrl-c and press ctrl-v where ever you want to paste the line.

# For Comments: Ctrl – K + C

# For Un Comments: Ctrl – K + U

# To Format the document: Ctrl-K + D

# To Add new items: Ctrl-N or Ctrl-Shift+A

# To cut a line you also use: Ctrl-L

# To shift between .net editor Pages: Ctrl + Tab

# To Format the selection: Ctrl – K + F

# To cycle through clipboard “ring”: Ctrl+Shift+V

# To Add a Book Mark use: Ctrl K + K

# To Navigate to new Book Mark: Ctrl K + N

# To Clear all book marks : CTRL+B, C


Entries and comments feeds.