| Item | Description |
|---|---|
| Home | When this check box is selected, on pressing HomeHome, the caret is positioned at the first non-space character of the current line. Pressing HomeHome 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 EndEnd in an empty line, the caret is positioned with the indent, which PyCharm 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 PyCharm 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 PyCharm 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 PyCharm 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:
|
| 1.2+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 EnterEnter.
|
| Reformat on paste | Use this drop-down list to specify how to place pasted code blocks. The available options are:
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.
|
| Indent pasted lines relative to caret location | If this check box is selected, the pasted lines are indented relative to the current caret location. Otherwise, the pasted lines are indented relative to the first column. |
| 1.5+Insert backslash when pressing Enter inside the statement | If this check box is selected, the continuation character will be inserted automatically
on pressing EnterEnter, preserving the correct syntax. If this check box is not selected, the line will be broken, and syntax error will be reported by on-the-fly code inspection. |
| 1.5+Insert 'self' when defining a method | If this check box is selected, the self parameter is inserted automatically
after typing the opening brace, together with the closing brace and colon.
If this check box is cleared, only closing brace is generated automatically. When necessary, use the suggested quick fix to insert self:
|
| 2.0+Insert 'type' and 'rtype' to the documentation comment stub | If this check box is selected, the documentation comment stub will contain type tag for each parameter, and rtype tag for the return statement. |
| Auto-insert closing }} and %} in Django templates | If this check box is selected, the closing characters will be automatically inserted after typing the opening ones. |


.
You can
