magento / magento2-phpstorm-plugin

PHPStorm Plugin for Magento 2
Open Software License 3.0
445 stars 105 forks source link

Block "Generate URN Mapping" Button During Indexing #2491

Closed VitaliyBoyko closed 1 month ago

VitaliyBoyko commented 1 month ago

Update the existing "Generate URN Mapping" button to remain disabled while the IDE is indexing and automatically re-enable it once indexing is complete.

See com.magento.idea.magento2plugin.project.SettingsForm#createComponent

Requirements

  1. Use IntelliJ's indexing state (e.g., DumbService) to detect when indexing is in progress.
  2. Dynamically enable/disable the button based on the indexing state.

Acceptance Criteria

m2-assistant[bot] commented 1 month ago

Hi @VitaliyBoyko. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information. Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.