magento / magento2-phpstorm-plugin

PHPStorm Plugin for Magento 2
Open Software License 3.0
436 stars 102 forks source link

The "Navigate to configuration" feature no longer displays the file paths next to the nodes #2095

Open TuVanDev opened 3 months ago

TuVanDev commented 3 months ago

Describe the bug (*)

The "Navigate to configuration" feature no longer displays the file paths next to the nodes. It previously showed a list of XML configuration files that define the preferences and services for the interface.

This feature worked correctly before, so I suspect it might have stopped functioning after the updates in version 5.1.0, 5.1.1, or another version released after 4.2.3 on Feb 02, 2022. Having the paths displayed again would make this feature a whole lot more useful.

To Reproduce (*)

Steps to reproduce the behavior:

  1. Go to any interface that defines a preference or service in an appropriate XML file. E.g., Magento\Sales\Api\InvoiceOrderInterface
  2. Click on the small bracket icon near the interface

Expected behavior (*)

The file paths are displayed next to the nodes.

Screenshots

navigate_to_configuration_file_paths

Actual result The file paths are not displayed next to the nodes.

Screenshots

navigate_to_configuration_file_paths_unexpected_bahavior

Information: (*)

m2-assistant[bot] commented 3 months ago

Hi @TuVanDev. 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.

TuVanDev commented 3 months ago

@piotrkwiecinski Could you help with looking into this issue?

piotrkwiecinski commented 3 months ago

@TuVanDev I'm able to replicate the issue. I'll take me some time to get to it as I have a couple other open source contributions to finish first before I am able to work on this one.

TuVanDev commented 3 months ago

@piotrkwiecinski I appreciate you taking a look at it. Looking forward to your updates!