Skip to content

[VarDumper] Added brief mention to how to use browser search input #11932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions components/var_dumper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------

Expand Down