IntelliJ IDEA 12.1.0 Web Help

11.1+
Some features described here are available in Ultimate edition only.

File | Settings | Project Settings | Code Style - PHP

settings

IntelliJ IDEA | Preferences | Code Style | PHP

settings

Use this page to configure formatting options for PHP files. View the result in the Preview pane.

On this page:

Tabs and indents

ItemDescription
Use tab characterIf this check box is selected, tab characters are used:

    Otherwise, spaces are used instead of tabs.

    Tab sizeIn this text box, specify the number of spaces included in a tab.
    IndentIn this text box, specify the number of spaces (or tabs if the Use Tab Character check box is selected) to be inserted for each indent level.

    Spaces

    Use this tab to specify where you want spaces in your code. To have IntelliJ IDEA automatically insert a space at a location, select the check box next to this location in the list. The results are displayed in the Preview pane.

    Wrapping and braces

    In this tab, customize the code style options, which IntelliJ IDEA will apply on reformatting the source code. The left-hand pane contains the list of exceptions (Keep when reformatting), and placement and alignment options for the various code constructs (lists, statements, operations, annotations, etc.). The right-hand pane shows preview.

    Note

    Alignment takes precedence over indentation options.

    Keep when reformatting

    Use the check boxes to configure exceptions that IntelliJ IDEA will make when reformatting the source code.

    Blank lines

    Use this tab to define where and how many blank lines you want IntelliJ IDEA to retain and insert in your code after reformatting. For each type of location, specify the number of blank lines to be inserted. The results are displayed in the Preview pane.

    ItemDescription
    Keep Maximum Blank LinesIn this area, specify the number of blank lines to be kept after reformatting in the specified locations.
    Minimum Blank LinesIn the text boxes in this area, specify the number of blank lines to be present in the specified locations.

    Warning

    These settings do not influence the number of blank lines before the first and after the last item.

    Arrangement

    ItemDescription
    Grouping RulesUse this area to set the grouping rules.
      Matching rulesUse this area to define elements order as a list of rules, where every rule has a set of matches such as modifier or type.
      • add - use this button to add a rule. The empty rule dialog window opens.
      • delete - use this button to remove the rule from the list.
      • edit1 - use this button to edit an existing rule. To see this button, navigate to the rule that you want to edit and click on the button. In pop-up window that opens, modify the rule fields.
      • arrowUparrowDown - use these buttons to move the selected rule up or down.
      Empty ruleUse this window to create a new matching rule or edit an existing one. You can select from the following filters:
      • Type - use this filter to choose classes or methods for your rule.
      • Name - use this field to specify entry names in the rule. This filter matches only entry names such as field names, method names, class names and etc. The filter supports regular expressions and uses a standard syntax. The match is performed against the entire name.
      • Order - use this option to select the sorting order for the rule. This option is useful when more than one element uses the same matching rule. In this case, selecting Keep order will keep the same order as was set before the rearrangement and selecting Order by Name will sort the elements with the same matching rule by their names.
      icon_sortThis icon appears when you select Order by Name in Order option. The icon indicates that the items in this rule are alphabetized.

      PHPDoc

      In this tab, configure the code style to be applied inside PHPDoc comments.

      ItemDescription
      Align parameter names Select this check box to have the &<paramname> elements aligned.
      Keep blank lines Select this check box to suppress removing blank lines automatically.
      Blank lines around parameters Select this check box to have a blank line inserted above and below the section with @param tags.
      Blank line before the first tag Select this check box to have an blank line inserted above the first PHPDoc tag.
      Align tag comments Select this check box to have the description elements aligned.

      Other

      ItemDescription
      Indent code in PHP tags Select this check box to have the code enclosed in <?php> tags indented against the opening <?php tag.
      Align key-value pairs Select this check box to have the => separators in key-value assignments aligned.
      Align consecutive assignments Select this check box to have the = operators in two or more consecutive assignments aligned.
      Convert True/False constants to upper case Select this check box to have the true and false constants displayed in the upper case.
      Convert Null constant to upper case Select this check box to have the null constant displayed in the upper case.

      Set From

      Click this link to choose the base for the current language default code style from the pop-up list, that appears. The list contains two options:

      • Language: choose this option to inherit the coding style settings from another language. Select the source language from the list, that opens. So doing, only the settings that are applicable to the current language are taken. All the other settings are not affected.
      • Predefined code style: choose this option to use the coding standards defined for a specific framework. Select one of the following frameworks from the list:

      This link appears in the upper-right corner of the language-specific code style page, when applicable.

      Click Reset to discard changes and return to the initial set of code style settings.

      See Also

      Procedures:

      Reference:

      Web Resources: