Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ide setting on path replace fails #24129

Closed
@AntonioCS

Description

@AntonioCS
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions