-
-
Notifications
You must be signed in to change notification settings - Fork 947
Support for editorUrl on Docker runtime #7043
Copy link
Copy link
Closed
phpstan/phpstan-src
#1414Labels
Description
Feature request
I would like to ask for support for Docker runtime in terms of editorUrl. I really like this feature but it requires running PHPStan with locally installed PHP while we work on Docker runtime. Paths are not the same, so editorUrl does not work properly because it prints links with container’s paths, not local paths. Clicking such link ends with empty PHPStorm window.
Maybe some kind of %rel_file%, so phpstorm://open?file=/local/path/%%rel_file%%&line=%%line%% could be used 🤔 ?
ℹ️ IMPORTANT: relative path should be calculated based on project's root (where PHPStan's config resides)
Reactions are currently unavailable