To get closer to complete feature parity with `bevy_butler`, we should support using our attributes on use statements. ```rust #[auto_add_plugin] use path::to::SomePlugin; ``` This might be easily added if we [extend these](https://github.com/StrikeForceZero/bevy_auto_plugin/blob/c1d528ea9563de50d20f8f4940a31b1757a83078/crates/bevy_auto_plugin_shared/src/syntax/analysis/item.rs#L31-L44) to allow `ItemUse`