Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23cf03a

Browse filesBrowse 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
Copy full SHA for 23cf03a

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎configuration.rst

Copy file name to clipboardExpand all lines: configuration.rst
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.