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.
1 parent 23cf03a commit a3fe108Copy full SHA for a3fe108
configuration.rst
@@ -1306,8 +1306,9 @@ namespace ``Symfony\Config``::
1306
1307
.. note::
1308
1309
- Be sure to not exclude the ``kernel.build_dir`` directory from your IDE
1310
- indexing, otherwise you won't get autocompletion for the ConfigBuilders.
+ In order to get ConfigBuilders autocompletion in your IDE/editor, make sure
+ to not exclude the directory where these classes are generated (by default,
1311
+ in ``var/cache/dev/Symfony/Config/``).
1312
1313
Keep Going!
1314
-----------
0 commit comments