How to disable the debugger's inlay hints in IntelliJ IDEA / PHPStorm?

2023-12-10--19-08-37

See also: How to disable inlay hints in IntelliJ IDEA?

Step 1

How to prevent IntelliJ IDEA / PHPStorm from showing variables values for the past code in inlay hints during debugging?

Step 2

How to prevent PHPStorm from showing variables values for the future code in inlay hints during debugging?

Step 3

How to prevent PHPStorm from graying out unreachable blocks during debugging?