Skip to content

Releases: nvelychenko/drupal-extend

v0.6.4

19 Aug 14:31
7472129
Compare
Choose a tag to compare

Fixed

  • Compatibility with latest PHPStorm version

v0.6.3

20 May 18:09
Compare
Choose a tag to compare

Fixed

  • Symfony error
  • \Drupal::service type provider

v0.6.2

06 Mar 09:23
Compare
Choose a tag to compare

Temporary disabled \Drupa::service type resolving, because of changes made in the latest Symfony plugin version.

v0.6.1

27 Feb 16:15
Compare
Choose a tag to compare

Added

  • Field autocomplete in hasField method.
  • PhpStorm metadata file with all missing features provided by drush generate phpstorm-metadata, so now you can delete it without worries.

v0.6.0

15 Feb 11:32
Compare
Choose a tag to compare

Added

  • Added entity reference type provider e.g. $node->get('field_entity_reference_reference')->entity

Notes. It is disabled by default, you can enable it inside plugin settings.

v0.5.2

08 Feb 15:35
Compare
Choose a tag to compare

Added

  • Implemented ability to provide a type for ::create method and to autocomplete fields in it

v0.5.1

07 Feb 22:03
Compare
Choose a tag to compare

Added

  • Libraries autocomplete 🕺

v0.5.0

07 Feb 11:57
Compare
Choose a tag to compare

Added

  • Theme index. Theme and its variables autocomplete.
  • Implement reference provider for themes. Implement the ability to autocomplete/reference when a theme/hook is assigned.
  • Fields autocomplete for eck entities.

Reworked

  • Field type provider and its autocomplete

v0.4.1

04 Feb 19:22
Compare
Choose a tag to compare

Added

  • Fields autocomplete for entity query. Entities autocomplete for \Drupal::entityQuery

v0.4.0

02 Feb 22:47
Compare
Choose a tag to compare

Added

  • Plugin settings 🎉 (ability to choose configuration directory, disabled plugin, clear index)
  • Annotator for render element type (highlighting)
  • (optional) Line marker for render element type

Fixed

  • Completion for storage didn't work on an empty string.
  • in rare cases fields where autocomplete from another entity with the same ID prefix.
  • Bug with \Drupal::service