This plugin automates work with moxy framework strategies
You can download it here https://plugins.jetbrains.com/plugin/13679-moxy-strategy/versions
This plugin adds inspector which checks function in intefaceses which implement MvpView.
If function doesn't have any strategy, function will be highlighted and will be suggested add one of strategy.
When adding a strategy, imports will be added too
When adding the AddToEndSingleTagStrategy, cursore will be moved to "tag" argument
This plugin adds intention which allows you replace current strategy.
When adding a strategy, imports will be added too
When replacing to the AddToEndSingleTagStrategy, cursore will be moved to "tag" argument