frontend
frontend copied to clipboard
[FEATURE] Full support for open link in IDE
I'm very happy that this feature has gained so much popularity, but I admit that I expected full support, not just minimalistic support. When using containers, you also need to rewrite paths:
'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/projects/my_project/'
It would be best if these pairs could be passed in server environment variables (docker image):
IDE_SCHEMA="phpstorm"
IDE_MAPPING="/var/www/app/>/projects/my_project/;/App/>/projects/another_project/"
I'll explain why more mappings: I use one buggregator instance per project, and I always have one project running, so one mapping is enough for me, but I suspect there are users who may use one buggregator instance, for multiple projects, and would like to be able to map multiple paths.
Hi @gander Thanks for this offer. We had the plan to move initial state of this functionality to the back-end side. But it may take some time. Improvements like this are second priority in our scope.
I want to add to this ticket the vscode link is not working. The ide window get's highlighted but the file isn't opening.
☠️ is it alive?