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 2e8106f + f74f79c commit 9294543Copy full SHA for 9294543
configuration.rst
@@ -1283,6 +1283,12 @@ namespace ``Symfony\Config``::
1283
Nested configs (e.g. ``\Symfony\Config\Framework\CacheConfig``) are regular
1284
PHP objects which aren't autowired when using them as an argument type.
1285
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
1292
Keep Going!
1293
-----------
1294
0 commit comments