URL to open a file?

Greetings

I've noticed that it's possible to CLI to make PHPStorm open a file; I also noticed PHPStorms opens a bunch of ports. I was wondering if there is a embedded http server which could make a url open a file.

My goal is to be able to generate a report web page including links to specific code line opening in my IDE...

Thanks

greg

2
3 comments
Avatar
Permanently deleted user

Hello,

Unfortunately it is not possible.

Could you tell us more about the use case scenario?

-3

Yes of course :)

In case of an error or exception, my framework generates a detailed error page including the backtrace. Currently I just display the file path and line number, but it would be cool to be able to just click on a link to have PHPStorm open the file at the faulty line.

1

Hi there,

Please check this ticket (mainly comments -- you will find different suggestions/solutions there): https://youtrack.jetbrains.com/issue/IDEA-65879

2

Please sign in to leave a comment.