Skip to content

Commit ddaaab4

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Add note about indexing config classes
2 parents 218ba02 + de8e9e9 commit ddaaab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,12 @@ namespace ``Symfony\Config``::
13031303
Nested configs (e.g. ``\Symfony\Config\Framework\CacheConfig``) are regular
13041304
PHP objects which aren't autowired when using them as an argument type.
13051305

1306+
.. note::
1307+
1308+
In order to get ConfigBuilders autocompletion in your IDE/editor, make sure
1309+
to not exclude the directory where these classes are generated (by default,
1310+
in ``var/cache/dev/Symfony/Config/``).
1311+
13061312
Keep Going!
13071313
-----------
13081314

0 commit comments

Comments
 (0)