We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0eb95c + a3fe108 commit de8e9e9Copy full SHA for de8e9e9
configuration.rst
@@ -1303,6 +1303,12 @@ namespace ``Symfony\Config``::
1303
Nested configs (e.g. ``\Symfony\Config\Framework\CacheConfig``) are regular
1304
PHP objects which aren't autowired when using them as an argument type.
1305
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
1312
Keep Going!
1313
-----------
1314
0 commit comments