Search code examples
phpstorm

How in PhpStorm to hide/show Git remarks?


How can I get PhpStorm to hide/show(maybe on some hot key) Git remarks in code editor, like :

enter image description here

PhpStorm 2024.1


Solution

  • Since PhpStorm is also an IDE by JetBrains, I assume that the setting are the same.

    1. Go to Settings > Editor > Inlay Hints
    2. Under "Code vision", uncheck "Code author"
    3. Click "Apply" to save your change