IntelliJ IDEA 2017.1 Help

Appearance

File | Settings | Editor | General | Appearance for Windows and Linux
IntelliJ IDEA | Preferences | Editor | General | Appearance for macOS
Ctrl+Alt+S
/help/img/idea/2017.1/settings.png


Use this page to customize the appearance of the Editor.

ItemDescription
Caret blinking (ms)Select this check box to make the caret blink with the specified period (in milliseconds).
Use block caretSelect this check box to have the block caret applied in the Insert mode and the usual caret applied in the Overwrite mode.
Clear this check box to have the usual caret applied in the Insert mode and the block caret applied in the Overwrite mode.
Show right margin (configured in Code Style options)Select this check box to have a thin vertical line at the right margin of the editor displayed. Refer to the description of the Code Style settings.
Show line numbersSelect this check box to have line numbering shown in the left gutter area.
Show method separators Select this check box to have thin lines displayed in classes to separate methods from each other and to separate methods from field declarations.
Show whitespacesSelect this check box to have IntelliJ IDEA display white spaces or tabs (depending on the Code Style settings).
You can select the following options:
  • Leader - select this check box to add white spaces before your code line.
  • Inner - select this check box to display white spaces inside the line of your code.
  • Trailing - select this check box to display white spaces after the code line.
Show vertical indent guidesSelect this check box to have IntelliJ IDEA display vertical lines in the editor to indicate positions of indents and thus facilitate typing, manual formatting, reading, and maintaining code.
Show code lens on scrollbar hoverSelect this check box to enable lens mode.
Show breadcrumbsSelect this check box to show a breadcrumb trail on top of the editor tab for an HTML or an XML file. Reopen the editor for the changes to take effect.
/help/img/idea/2017.1/breadcrumbs_xml.png
(XML)
/help/img/idea/2017.1/breadcrumbs.png
(HTML)
Show parameter name hints If the check box is selected, the parameter name hints appear in the editor for SQL, Java and Groovy. E.g. the column name hints may be shown for SQL INSERT statements.
/help/img/idea/2017.1/DBParameterNameHintsON.png

Here is how the same statement is shown when this check box is not selected.

/help/img/idea/2017.1/DBParameterNameHintsOFF.png

Click Configure to change the contents of the Blacklist. See Type Hinting in IntelliJ IDEA.

Show CSS color preview icon in gutterSelect this check box to show color preview icons for the color values.

See Changing Color Values in Style Sheets.

colorPreview.png

If this check box is not selected, it is still possible to invoke the color picker and change color values, by choosing the Change color intention action.

/help/img/idea/2017.1/no_icon_change_color.png
Show CSS color preview as backgroundIf this check box is selected, the background of the color value shows the color preview:
/help/img/idea/2017.1/color_preview_background.png
Enable XML/HTML tag tree highlightingSelect this check box to show the hierarchy of tags highlighted with different colors. If this option is enabled, you can define the following options:
  • Levels to highlight: specify the depth of hierarchy to be highlighted.
  • Opacity: specify brightness of highlighting
/help/img/idea/2017.1/tags_highlighting.png

Highlighting is activated when there is more than one tag with the same name in the hierarchy.

Highlight RDoc and ruby in comments

This feature is only supported, when Ruby plugin is installed!

If this check box is selected, the keywords are highlighted in comments. Otherwise, they are displayed as plain text.

Changing state of this check box takes effect upon IntelliJ IDEA restart only.

Show Spring Profiles panelIf this check box is selected, Spring configuration files show the active profile names on top of the editor. This panel also provides the Change Profiles action.
/help/img/idea/2017.1/spring-profile.png

Clicking this action opens up the Change Active Spring Profiles dialog where you can choose a scope to which you want to apply the selected profiles.

If there are no profiles in a file set, the panel is not displayed.

Show Spring Multiple Contexts panelIf this option is selected, a panel notifying you that a file belongs to different filesets is displayed.
/help/img/idea/2017.1/SpringMultipleContextsPanel.png

Clicking the Spring Application Context link allows you to switch between different contexts.

Show Spring Boot meta-data panelIf this option is selected, a panel notifying you that Spring Boot Configuration Annotation Processor is not found in classpath will be displayed when you create a top-level class annotated with @ConfigurationProperties or the additional-spring-configuration-metadata.json file.
/help/img/idea/2017.1/SpringAnnotationProcessorPanel.png

See Also

Last modified: 18 July 2017