{"id":14968548,"url":"https://github.com/nvelychenko/drupal-extend","last_synced_at":"2025-10-26T02:31:21.624Z","repository":{"id":216111335,"uuid":"726426283","full_name":"nvelychenko/drupal-extend","owner":"nvelychenko","description":"Extends Drupal integration with PHPStorm","archived":false,"fork":false,"pushed_at":"2025-02-05T10:21:46.000Z","size":4360,"stargazers_count":6,"open_issues_count":7,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T11:27:19.165Z","etag":null,"topics":["drupal","phpstorm"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/23474-drupal-extend","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvelychenko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-02T11:13:13.000Z","updated_at":"2025-02-05T10:21:50.000Z","dependencies_parsed_at":"2024-01-25T23:42:27.437Z","dependency_job_id":"cfa396ee-92ef-43f1-b1a8-0b2fc177b4d3","html_url":"https://github.com/nvelychenko/drupal-extend","commit_stats":{"total_commits":148,"total_committers":9,"mean_commits":"16.444444444444443","dds":0.4797297297297297,"last_synced_commit":"94b6dbad01324076d1cf934a3c97d6fa49447bbe"},"previous_names":["nvelychenko/drupal-extend"],"tags_count":17,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelychenko%2Fdrupal-extend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelychenko%2Fdrupal-extend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelychenko%2Fdrupal-extend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelychenko%2Fdrupal-extend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvelychenko","download_url":"https://codeload.github.com/nvelychenko/drupal-extend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238247985,"owners_count":19440879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal","phpstorm"],"created_at":"2024-09-24T13:40:06.026Z","updated_at":"2025-10-26T02:31:21.619Z","avatar_url":"https://github.com/nvelychenko.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drupal-extend\n\n![Build](https://github.com/nvelychenko/drupal-extend/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/23474-drupal-extend.svg)](https://plugins.jetbrains.com/plugin/23474-drupal-extend)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/23474-drupal-extend.svg)](https://plugins.jetbrains.com/plugin/23474-drupal-extend)\n\nThe plugin is enhancement for your Drupal development experience.\n\n## Features\n* Autocomplete for Content/Config Entities Storage (eck support)\n![Storage autocomplete example](./assets/storage_autocomplete.gif)\n\n* Fields autocomplete (default configuration directory points to the `config/sync` directory, you can change it inside plugin settings. \u003ckbd\u003eSettings\u003c/kbd\u003e -\u003e \u003ckbd\u003ePHP\u003c/kbd\u003e -\u003e \u003ckbd\u003eDrupal Extend\u003c/kbd\u003e)\n  ![Fields autocomplete example](./assets/field_autocomplete.gif)\n\n* Field properties autocomplete e.g. `$node-\u003eget('field_user')-\u003een|` it will autocomplete **entity** in this case.\n\n* Autocomplete for render element types and their properties.\n  ![Render element types autocomplete](./assets/render_element_autocomplete.gif)\n\n* Storage reference provider\n  ![Storage reference](./assets/storage_reference_provider.gif)\n\n* Fields reference provider\n  ![Fields reference](./assets/field_reference.gif)\n\n* Reference provider for Render element types and themes.\n  ![Reference provider for Render element types and themes](./assets/theme_render_element_reference.gif)\n\n* Entity Type Provider for `$storage-\u003eload/loadMultiple/loadByProperties`\n  ![Entity type provider](./assets/entity_type_provider.png)\n\n* Type Provider for static `Node::load/create/loadMultiple` methods\n\n* Type Provider for `\\Drupal::service('')`\n\n* Autocomplete for `#theme`\n  ![Theme autocomplete example](./assets/theme_autocomplete.gif)\n\n* Render element type and theme highlight (Annotator)\n\n* Fields autocomplete in content entity queries and entity storages autocomplete in `\\Drupal::entityQuery()`\n* Hooks autocomplete and linemarker\n![hooks](https://github.com/user-attachments/assets/1a42dec5-a09a-4039-9040-29bc81adb878)\n\n\n## Installation\n\n- Using the IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"drupal-extend\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/nvelychenko/drupal-extend/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n## Troubleshooting\n\n- Entity type resolver has a chance to not work 10-20% of time if you are using `.phpstorm.meta.php` generated via `drush generate-metadata`. Plugin provides all features from that file, so you can safely delete it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvelychenko%2Fdrupal-extend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvelychenko%2Fdrupal-extend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvelychenko%2Fdrupal-extend/lists"}