WebStorm 6.0.1 Web Help

This section lists and describes the keyboard shortcuts that include the ShiftShift key:

Shift+Navigation keys

ShortcutFunctionUse this shortcut to...
BackSpace; Shift+BackSpaceBackSpace; Shift+BackSpace BackspaceDelete a character to the left of the caret.
Ctrl+X; Shift+DeleteCtrl+X; Shift+Delete CutCut the current line or selected code block to the Clipboard.
Shift+DownShift+Down Down with SelectionMove the caret one line down selecting the text.
Shift+EndShift End; Command Shift Right Move to Line End with SelectionMove the caret to the end of line, selecting text.
Shift+EnterShift Enter Start New LineStart a new line after the current one, positioning the caret in accordance with the current indentation level (equal to sequential pressing End, Enter).
Shift+EscapeShift+Escape Hide Active WindowHide the currently active tool window.
Shift+HomeShift Home; Command Shift Left Move to Line Start with SelectionMove the caret to the beginning of line, selecting the text.
Ctrl+V; Shift+InsertCtrl+V; Shift+Insert PastePaste from the Clipboard.
Shift+LeftShift+Left Left with SelectionMove the caret one character to the left selecting the text.
Shift+PageDownShift+PageDown Page Down with SelectionMove the caret one page down selecting the text.
Shift+PageUpShift+PageUp Page Up with SelectionMove the caret one page up selecting the text.
Shift+RightShift+Right Right with SelectionMove the caret one character to the right selecting the text.
Shift+TabShift+Tab Unindent SelectionMove selected block to the previous indent level.
Shift+UpShift+Up Up with SelectionMove the caret one line up selecting the text.

Shift+Function (F) keys

ShortcutFunctionUse this shortcut to...
Shift+F1Shift F1 External DocumentationOpen browser with the documentation for the selected item. Refer to Viewing Inline Documentation for details.
Shift+F2Shift+F2 One of the following:
  • Navigate to Previous Highlighted Error.
  • Stop Program.
Depending on whether you are editing or debugging:
  • When editing: Navigate to the previous found error/warning.
  • When debugging: Terminate the debugging session.
F3; Ctrl+LF3; Command L Shift+F3; Ctrl+Shift+LShift F3; Command Shift L
Search for next/previous occurrenceJump to the next/previous occurrence of the selected word in the editor.
Shift+F5Shift+F5 CloneCreate a copy of the selected class in the same package.
Shift+F6Shift+F6 Rename Rename a statement and correct all references. (Refactoring)
Shift+F7Shift+F7Move to Previous Difference/Smart Step IntoMove to a previous difference in a view./ Select the method to step in, if the current line contains multiple method call expressions. (Debugger)
Shift+F8Shift+F8Step OutStep to the first executed line after returning from a current method.
Shift+F9Shift+F9 DebugDebug application.
Shift+F10Shift+F10 RunRun application.
Shift+F11Shift+F11 Show BookmarksOpen Bookmarks dialog to manage existing bookmarks and navigate between them.
Shift+F12Shift+F12Restore Default layoutRestore the default WebStorm 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.

See Also

Procedures:

Reference:

Getting Started:

Web Resources: