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

Added CopyMagentoPath action #451

Merged
merged 5 commits into from
Jan 13, 2021
Merged

Conversation

drpayyne
Copy link
Contributor

Description

Adds an action item to the copy context menu to copy Magento path for phtml files in the format of Vendor_Module::directory/file.phtml

Fixed Issues

  1. Fixes Additional option for "Copy Path..." action #414: Additional option for "Copy Path..." action

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@DmitryFurs
Copy link
Contributor

@drpayyne great job! But it seems that you have added the ability to copy the path for templates, but such paths are also applicable for styles, scripts and images. Will support for these file types be added?

@drpayyne
Copy link
Contributor Author

@DmitryFurs thank you! I plan to add those in upcoming PRs once this is approved and merged. :)

Copy link
Contributor

@coderimus coderimus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @drpayyne ,
Thank you for the very useful functionality 👍

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

Successfully merging this pull request may close these issues.

Additional option for "Copy Path..." action
4 participants