Skip to content

DDEV projects not recognized when .ddev directory is in parent directory #113

@cngJo

Description

@cngJo

Is there an existing issue for this?

  • I have searched the existing issues

Are you sure that this bug is related to this DDEV Integration Plugin?

  • I am sure

Enter your error report ID (If available)

No response

Describe the bug

This is kinda related to #104 but the other way around :-)

We have separate repositories for our ddev configuration, since we often manage multiple applications in one ddev project to allow easier communication nad not tie the local project configuration to the project source code.

The project is structured like this:

project-name-ddev
- .ddev
- web
- - part-1.dev
- - part-2.dev

We there open part-1.dev and part-2.dev in separate PhpStorm instances and work in them.

Unfortunally the DDEV Plugin does not recognize the .ddev direcory and therefore does not provide its functionality.

I'm not sure whats the best way to solve this, because it may be a performance issue to search in all parent directories until a .ddev directory is found.
Maybe one solution could be to allow the user to configure a path for the .ddev directory to use.

But to be honest, I'm not familiar with the inner workings of the plugin and IDEA plugins and don't know what the best solution would be, those are just my thoughts.
I'd be willing to help though where possible

Steps to reproduce

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions