- Issue created by @dinazaur
- Status changed to Needs review
10 months ago 3:44pm 27 January 2024 - Status changed to Fixed
10 months ago 4:07pm 27 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Autocomplete for field properties. E.g. if item is entity reference then IDE should autocomplete entity
Example
$node = \Drupal::entityTypeManager()->getStorage('node')->load(1);
$node->get('field_user')->en<caret>
And if user inserts en
ide will show entity in autocomplete popup.
Fixed
Code
Automatically closed - issue fixed for 2 weeks with no activity.