Skip to content

[IntelliJ] SearchEverywhereContributor for projects and targets #2418

Open
@lppedd

Description

@lppedd

Description

Nx Console currently uses a SearchEverywhereContributor only for generators, it appears.
Although I'm not able to verify if it's working or not, as no results for the Nx group appear.

I'd like to have a contributor also for projects, and targets.
What I find myself looking for frequently is a mix of project + project target, with or without partial names.
The typical query is

my-project-name my-target-name // full match
my-proj my-target-             // partial match
my-target-name                 // only target name

Ideally the contributor would spawn its own Nx tab (isShownInSeparateTab()) to filter down results, and split those results by category: Nx projects, Nx targets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions