diff --git a/components/var_dumper.rst b/components/var_dumper.rst index 1ed83baff82..533ae68d9c8 100644 --- a/components/var_dumper.rst +++ b/components/var_dumper.rst @@ -224,6 +224,13 @@ option. Read more about this and other options in are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When finished, press ``Esc.`` to hide the box again. + If you want to use your browser search input, press ``Ctrl. + F`` or + ``Cmd. + F`` again while having focus on VarDumper's search input. + + .. versionadded:: 4.4 + + The feature to use the browser search input was introduced in Symfony 4.4. + Using the VarDumper Component in your PHPUnit Test Suite --------------------------------------------------------