magento2-Ho_Templatehints icon indicating copy to clipboard operation
magento2-Ho_Templatehints copied to clipboard

Bug/Idea suggestion

Open r-martins opened this issue 4 years ago • 0 comments

Opening in PhpStorm simply doesn't work anymore, regardless the configuration allowing unsigned requests when using docker.

It's just because the FILE is different then the file in my local machine. For example: http://localhost:63342/api/file//var/www/html/vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml

The correct url would be http://localhost:63342/api/file/src/vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml

Adding some option to map or replace the url properly would be very nice.

r-martins avatar May 07 '21 05:05 r-martins