Skip to content

Commit 9294543

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Add note about indexing config classes
2 parents 2e8106f + f74f79c commit 9294543

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
@@ -1283,6 +1283,12 @@ namespace ``Symfony\Config``::
12831283
Nested configs (e.g. ``\Symfony\Config\Framework\CacheConfig``) are regular
12841284
PHP objects which aren't autowired when using them as an argument type.
12851285

1286+
.. note::
1287+
1288+
In order to get ConfigBuilders autocompletion in your IDE/editor, make sure
1289+
to not exclude the directory where these classes are generated (by default,
1290+
in ``var/cache/dev/Symfony/Config/``).
1291+
12861292
Keep Going!
12871293
-----------
12881294

0 commit comments

Comments
 (0)