magento2-phpstorm-plugin icon indicating copy to clipboard operation
magento2-phpstorm-plugin copied to clipboard

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

Open TuVanDev opened this issue 1 year ago • 5 comments

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: (*)

  • OS: MacOS
  • PhpStorm version: e.g. 2024.1
  • Plugin Version: 5.2.0

TuVanDev avatar Jul 27 '24 05:07 TuVanDev