Find usages of a query or transformer

As an application grows, I find myself wanting to identify queries and transformers that are no longer referenced by any other transformers or components. Similarly, I would like to be able to find what components may be affected if I modify a query.

Is there a way to perform such a search for usages? I've tried using the search box in the bottom panel, but it only matches queries and transformers for which the name begins with the search text.

Hi @dbrakman!

The left panel has a little blue dependency icon showing some of this info, and we do have a secret debugging panel that you might be interested in. It's not yet ready for public release, so it's a little rough around the edges, but I thought I'd share just in case it's helpful 😊

control + ` (backtick) should bring it up for you! The third tab shows component/query dependencies and might be the most relevant here.