Dependency detection and visualization if not used

Perhaps the product already does this…but for dependencies included on a page/component, would be good if there was a visual shown if that dependency is not referenced (perhaps a background color on the dependency?)
Just to keep things clean and not have dependencies you’re not using (and intro possible security issues).

That is a great idea. As a workaround for now, you can open the generated TypeScript file and the Monaco editor will show you what is not used.

1 Like