I'm having a monorepo & a single big gradle build, containing multiple apps
Usually you work on a single app only, and obviously code suggestions contain matches from all over the codebase
Is there a way to limit the space to "this app & its dependencies"?
some sort of a "view" at IDE level?