ho-nl/magento2-Ho_Templatehints

Bug/Idea suggestion

r-martins opened this issue · 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.