anthraxx / intellij-awesome-console

IntelliJ IDEA plugin: awesome console finally makes links in your console at least 200% more awesome!
MIT License
159 stars 40 forks source link

Clicking on a link attempts to open it with standard editor instead of inside phpStorm #38

Closed bits-of-static closed 5 years ago

bits-of-static commented 6 years ago

Which does not even work, because of the trailing line number. E.g. E:\Codebase\tool-copyHelper\src\Location\Location.php:73.

The directory ...\src is marked as sources root.

Windows10, PhpStorm 2017.3.6

Rublis commented 5 years ago

for this to work You'll need two fixes: #42 and #43

Rublis commented 5 years ago

For Your case #42 should be enough. Till it's merged, You can try to check by installing it manually from: https://github.com/Rublis/intellij-awesome-console/releases/tag/0.1337.7

anthraxx commented 5 years ago

this should be fixed in the master and released soon via plugin update. If this issue persists, please request reopen and we analyze it further

EricRabil commented 3 years ago

This issue is still not fixed/regressed, at least for WebStorm and PyCharm – not sure about PHPStorm. Could the issue be re-opened?