Skip to content

Commit 23cf03a

Browse files
committed
minor #19159 Add note about indexing config classes (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- Add note about indexing config classes Fix #19156 This is a recurring question as far as I know in the repo issues so let's add a note about it? 🙂 Commits ------- 496efd8 Add note about indexing config classes
2 parents fbc97ea + 496efd8 commit 23cf03a

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)