Skip to content

Commit 0d5b65e

Browse files
committed
feature #7401 Documented the local search box for dumped contents (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #7401). Discussion ---------- Documented the local search box for dumped contents This fixes #7381. Commits ------- 8f63c23 Documented the local search box for dumped contents
2 parents d682390 + 8f63c23 commit 0d5b65e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/var_dumper.rst

+12
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ This behavior can be changed by configuring the ``dump.dump_destination``
105105
option. Read more about this and other options in
106106
:doc:`the DebugBundle configuration reference </reference/configuration/debug>`.
107107

108+
.. tip::
109+
110+
.. versionadded:: 3.3
111+
The local search box was introduced in Symfony 3.3.
112+
113+
If the dumped contents are complex, consider using the local search box to
114+
look for specific variables or values. First, click anywhere on the dumped
115+
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
116+
search box appear. All the common shortcuts to navigate the search results
117+
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
118+
finished, press :kbd:`Esc.` to hide the box again.
119+
108120
Using the VarDumper Component in your PHPUnit Test Suite
109121
--------------------------------------------------------
110122

0 commit comments

Comments
 (0)