Description
Q | A |
---|---|
RFC? | yes |
Symfony version | 3.3.8 |
Hey,
I am trying to use the ide setting with paths replaced but I just can't get it to accept the paths and the documentation is not very clear.
So initially I had this:
ide: "netbeans://open?file=%%f&line=%%l"
But since this is giving me an incorrect path (running it on docker) I tried to do what the documentation tells me to do (guest_path>host_path) like so:
ide: "netbeans://%f:%l&/application/>/host-path/&open?file=%%f&line=%%l"
But this just leads to an error:
(1/1) ParameterNotFoundException
You have requested a non-existent parameter "f:".
I tried a few variations of that string but I just can't get it to work.
Can someone please point me in the right direction and also update the documentation to make this a bit clearer?
Thanks!