Open
Description
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.