moxy-strategy-plugin
January 25, 2020 ยท View on GitHub
This plugin automates work with moxy framework strategies
You can download it here https://plugins.jetbrains.com/plugin/13679-moxy-strategy/versions
Inspector
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

Intention
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
