Search code examples
settingsphpstorm

Settings for the PhpStorm IDE


Does anybody know how can I turn off or change the color to the cursor for the phpstorm IDE?. Please see the image attach.

remove/change the blue color from the cursor

Thank you so much.


Solution

    1. Settings/Preferences | Editor | General
    2. Highlights on Caret Movement section
    3. Disable Highlight matched brace option

    P.S. You can use search box on the top left to quickly find option in Settings/Preferences screen.


    If you want to change that color to another one:

    1. Settings/Preferences | Editor | Colors & Fonts| General
    2. Code | Matched brace (that's for v10; in v9 all styles are in single list and not grouped like in v10).