Skip to content

Support multiple controllers with the same identifier #477

@mtownsend81

Description

@mtownsend81

In our project, we have two controllers with the same identifier, they share a lot of views, targets etc and essentially do the same job in different contexts, so the identifier makes sense.

The LSP only supports the first found controller here:

const controller = this.controllers.find((controller) => controller.identifier === identifier)

So n VS code it's showing errors for values that do exist etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions