Command | Shortcut |
Use this shortcut to... |
---|---|---|
Autocomplete Command |
Ctrl + Space |
Open the Intellisense suggestion box. |
Append Copy |
Ctrl + Shift + C |
Copy the selected fragment of text to the clipboard and merges it there with the previous one. |
Append Cut |
Ctrl + Shift + X |
Cut the selected fragment of text to the clipboard and merges it there with the previous one. |
Back |
Alt + Down |
Go back to the previous location in the Editor. It also has a history so that you can navigate back and forth between places. |
Capitalize |
Ctrl + Shift + T |
Capitalize the first letter of each word in the selected text. |
Collapse All Blocks |
Ctrl + Shift + - |
Collapse all blocks in the current file. |
Collapse Block |
Ctrl + - |
Collapse the current block. |
Comment Lines |
Alt + C |
Comment selected code fragment or active line |
Comment Lines by the Line |
Alt + X |
Comment selected code fragment line by line. |
Copy |
Ctrl + C or Ctrl + Insert |
Copy the selected fragment of text to the clipboard. |
Cut |
Ctrl + X or Ctrl + Del |
Remove the selected fragment of text to the clipboard. |
Decrease Indent |
Ctrl + Shift + I |
Increase indent of the active or selected lines. |
Delete Line |
Ctrl + L |
Delete the line at the current cursor position. |
Delete to end Line |
Alt + Del |
Delete the text from the current cursor position to the end of the line. |
Delete to end Word |
Ctrl + Del |
Delete from your current cursor position to the end of the word. |
Delete to start Line |
Shift + Backspace |
Delete the text from the current cursor position to the start of the line. |
Delete to start Word |
Ctrl + Backspace |
Delete from your the current cursor position to the start of the word. |
Delete Word |
Alt + Shift + Del |
Delete word at current cursor position. |
Duplicate Line |
Ctrl + D |
Duplicate a line. |
Expand All Blocks |
Ctrl + Shift + + |
Expand all blocks in the current file. |
Expand Block |
Ctrl + + |
Expand the current block. |
Format |
Ctrl + Alt + F |
Format the selected fragment of code. |
Forward |
Alt + Up |
Go forward to the next location in the Editor. |
Go to Definition |
F12 |
Jump to definition or declaration of the selected variable. |
Increase Indent |
Ctrl + Alt + I |
Decrease indent of the active or selected lines. |
Invert Case |
Ctrl + T |
Invert case of selected text. |
Lower Case |
Ctrl + Shift + U |
Change case of selected text to lower. |
Move Line Down |
Ctrl + Shift + Down |
Move a selected line down. |
Move Line Up |
Ctrl + Shift + Up |
Move a selected line down. |
Move to end of Block |
Ctrl + ] |
Move the caret to the end of the block. |
Move to start of Block |
Ctrl + [ |
Move the caret to the start of the block. |
Parameter Info |
Ctrl + Shift + Space |
Show the Parameter Info - pop up window with names of parameters in method and function calls. |
Paste |
Ctrl + V or Shift + Insert |
Insert text from the clipboard to the current file. |
Select All |
Ctrl + A |
Select the all entire text in the Editor. |
Select Attribute Value |
Ctrl + Alt + E |
Select attribute value. |
Select Attribute with Value |
Ctrl + Shift + E |
Select attribute with value. |
Select Block |
Ctrl + Q | Select the current text block (where the current cursor position). |
Select Block with Bracket |
Ctrl + Shift + Q |
Select the current text block brackets (where the current cursor position). |
Select Line |
Ctrl + R |
Select a line at the current cursor position. |
Select to end of Block |
Ctrl + Shift + ] |
Select text from the current cursor position to the end of the block. |
Select to start of Block |
Ctrl + Shift + [ |
Select text from the current cursor position to the start of the block. |
Select Word |
Ctrl + W |
Select word at the current cursor position. |
Uncomment Lines |
Alt + U |
Uncomment the selected code fragment or selected lines. |
Upper Case |
Ctrl + U |
Make the selection with an uppercase letter. |