ho-nl / magento2-Ho_Templatehints

H&O Magento 2 Advanced Template Hints module
BSD 2-Clause "Simplified" License
269 stars 68 forks source link

Bug/Idea suggestion #53

Open r-martins opened 3 years ago

r-martins commented 3 years ago

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.