Shift
This section lists and describes the keyboard shortcuts that include the Shift key.
Shortcut | Function | Use this shortcut to... |
---|---|---|
Shift0↓ | Down with Selection | Move the caret one line down selecting the text. |
ShiftEnd | Move to Line End with Selection | Move the caret to the end of line, selecting text. |
ShiftEnter | Start New Line | Start a new line after the current one, placing the caret in accordance with the current indentation level (equal to sequential pressing End, Enter). |
ShiftEsc | Hide Active Window | Hide the currently active tool window. |
ShiftHome | Move to Line Start with Selection | Move the caret to the beginning of line, selecting the text. |
Shift0← | Left with Selection | Move the caret one character to the left selecting the text. |
ShiftPg Dn | Page Down with Selection | Move the caret one page down selecting the text. |
ShiftPg Up | Page Up with Selection | Move the caret one page up selecting the text. |
Shift0→ | Right with Selection | Move the caret one character to the right selecting the text. |
ShiftTab | Unindent Selection | Move selected block to the previous indent level. |
Shift0↑ | Up with Selection | Move the caret one line up selecting the text. |
Shortcut | Function | Use this shortcut to... |
---|---|---|
ShiftF1 | External Documentation | Open browser with the documentation for the selected item. |
ShiftF2 | One of the following:
| Depending on whether you are editing or debugging:
|
F3/ShiftF3 | Search for next/previous occurrence | Jump to the next/previous occurrence of the selected word in the editor. |
ShiftF6 | Rename | Rename a statement and correct all references. (Refactoring). |
ShiftF7 | Move to Previous Difference/Smart Step Into | Move to a previous difference in a view./ Select the method to step in, if the current line contains multiple method call expressions. (Debugger). |
ShiftF8 | Step Out | Step to the first executed line after returning from a current method. |
ShiftF9 | Debug | Debug application. |
ShiftF10 | Run | Run application. |
ShiftF11 | Show Bookmarks | Open Bookmarks dialog to manage existing bookmarks and navigate between them. |
ShiftF12 | Restore Default layout | Restore the default DataSpell layout (tool windows positions, buttons location and order). To restore the default layout, check the option Store Current Layout as Default in the Window menu. |
Thanks for your feedback!