Skip to content

Commit 496efd8

Browse files
Add note about indexing config classes
1 parent aea925f commit 496efd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configuration.rst

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

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.
1311+
13071312
Keep Going!
13081313
-----------
13091314

0 commit comments

Comments
 (0)