Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional option for "Copy Path..." action #414

Closed
DmitryFurs opened this issue Dec 8, 2020 · 2 comments · Fixed by #451, #536 or #1020
Closed

Additional option for "Copy Path..." action #414

DmitryFurs opened this issue Dec 8, 2020 · 2 comments · Fixed by #451, #536 or #1020

Comments

@DmitryFurs
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Now we have to copy the full path and then modify this value, and if we copy it from the vendor folder vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml, we need to open composer.json or etc/module.xml to find out the correct name of the module -> Magento_Catalog::product/view/form.phtml. With Magento modules, everything is simple, but third-party packages are often named differently from the module name.

Describe the solution you'd like (*)

In the context menu of the file (right click), there is an item Copy Path.... It would be very convenient if you add a quick copy of the template, styles, script, etc. paths to this item. So that the new item something like Copy Module/Extension Path immediately copies the value of the type Vendor_Module::path/to/template.phtml.

image

image

@drpayyne
Copy link
Contributor

@magento I am working on this

@doninAtwix
Copy link
Contributor

@magento I am working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment