| Home | When this check box is selected, on pressing HomeHomeHomeHomeHome, Ctrl+A or Alt+MHomeHomeHomeHome or Meta LeftHome or Meta LeftHome, Meta Left or Control A,
the caret is positioned at the first non-space character of
the current line. Pressing HomeHomeHomeHomeHome, Ctrl+A or Alt+MHomeHomeHomeHome or Meta LeftHome or Meta LeftHome, Meta Left or Control A subsequently moves the caret from the Smart
Home position to the first column and back. |
| End (on blank line) | When this check box is selected, on pressing EndEndEndEndEnd or Ctrl+EEndEndEndEnd or Meta RightEnd or Meta RightEnd, Meta Right or Control E in an empty line,
the caret is positioned with the indent, which WebStorm assumes to be reasonable in
the current code point (indentation is based on the current Code Style Settings). |
| Insert pair bracket | Select this check box to have WebStorm automatically add a closing round or square bracket
for each typed opening round or square bracket, respectively. |
| Insert pair quote | Select this check box to have WebStorm automatically add a closing single or double quote
for each typed opening single or double quote, respectively.
|
|
Use 'CamelHumps' words
| Select this check box to have WebStorm discern separate words within CamelHump names.
Words within a name should start with a capital letter or an underscore. This option impacts some editor actions, for example:
- Caret Move (Ctrl+RightCtrl+RightCtrl+RightCtrl+RightCtrl+Right, Alt+F or Escape, Ctrl+FCtrl+RightCtrl+RightCtrl+RightAlt RightAlt RightAlt Right/Ctrl+LeftCtrl+LeftCtrl+LeftCtrl+LeftCtrl+Left, Alt+B or Escape, Ctrl+BCtrl+LeftCtrl+LeftCtrl+LeftAlt LeftAlt LeftAlt Left)
- Caret Move with Selection (Ctrl+Shift+RightCtrl+Shift+RightCtrl+Shift+RightCtrl+Shift+RightCtrl+Shift+RightCtrl+Shift+RightCtrl+Shift+RightAlt+Shift+Right or Ctrl+Shift+RightAlt Shift RightAlt Shift RightAlt Shift Right/Ctrl+Shift+LeftCtrl+Shift+LeftCtrl+Shift+LeftCtrl+Shift+LeftCtrl+Shift+LeftCtrl+Shift+LeftCtrl+Shift+LeftAlt+Shift+Left or Ctrl+Shift+LeftAlt Shift LeftAlt Shift LeftAlt Shift Left)
- Select Word at Caret (Ctrl+WCtrl+WCtrl+WCtrl+WCtrl+Alt+WCtrl+WAlt+Shift+PeriodAlt+Shift+UpMeta WMeta WControl Shift Up)
- Delete to Word Start/End (Ctrl+BackspaceCtrl+BackspaceCtrl+BackspaceCtrl+BackspaceCtrl+Backspace, Alt+Backspace or Escape, BackspaceCtrl+BackspaceCtrl+BackspaceCtrl+BackspaceAlt BackspaceAlt BackspaceMeta Backspace and
Ctrl+DeleteCtrl+DeleteCtrl+DeleteCtrl+DeleteCtrl+DeleteCtrl+DeleteCtrl+DeleteCtrl+DeleteAlt DeleteAlt DeleteMeta Delete respectively)
- Double-clicking
|
|
Surround selection on typing quote or brace | If this check box is selected, the selected text on typing a quote, double-quote or brace,
will be surrounded with these characters.
If this check box is not selected, then the typed quotes, double-quotes or braces will replace the selection. |
| Enter | Use this area to define the actions to be invoked by pressing EnterEnterEnterEnterEnterEnterEnterEnterEnterEnterEnter.
-
Smart Indent - select this check box to have WebStorm add a new line and position the caret
in it, with the indent that WebStorm assumes to be reasonable in
the current point of code (indentation is based on the current Code Style Settings).
If the check box is cleared, upon pressing
EnterEnterEnterEnterEnterEnterEnterEnterEnterEnterEnter
in a blank line,
WebStorm
adds a new line and positions the caret at the current non-space character
column.
- Insert pair '}' - select this check box to have WebStorm automatically position a closing brace
} at the proper column when EnterEnterEnterEnterEnterEnterEnterEnterEnterEnterEnter is pressed in an empty line.
In this case WebStorm seeks backward for the nearest unclosed opening brace { and places the
closing one at the corresponding indentation level.
-
Insert documentation comment stub - this check box defines the behavior
on pressing EnterEnterEnterEnterEnterEnterEnterEnterEnterEnterEnter after opening tag.
-
If this check box is selected, WebStorm generates a documentation comment stub.
For the function comments, this stub contains the required tags (@param tags for each parameter declared in the signature,
and @return).
Refer to Creating JSDoc Comments for details.
- If this check box is not selected, only the closing tag is generated.
|
| Reformat on paste | Use this drop-down list to specify how to place pasted code blocks. The available options are:
- None - The pasted code is inserted at the caret location as plain text
without any reformatting or indenting.
- Indent Block - The pasted code block is positioned at the proper
indentation level, according to the current Code Style Settings, but its inner structure is not changed.
- Indent Each Line- Each line of the pasted code block is positioned at
the proper indentation level, according to the current Code Style Settings.
- Reformat Block- The pasted code block is reformatted according to the
current Code Style Settings.
Tip This feature is applicable to lines that contain the trailing line feed characters.
|
| XML/HTML | In this area, define the actions to be invoked automatically when editing XML or HTML code.
- Automatically insert closing tag: select this check box to have WebStorm automatically insert
a closing XML or HTML tag upon entering the corresponding opening one.
- Automatically insert required attributes: select this check box to have WebStorm display a template
with all mandatory attributes of the typed tag.
- Automatically start attribute: select this check box to have WebStorm display a template
with the first mandatory attribute of the typed tag.
|