Maksim-Novikov / moxy-strategy-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moxy-strategy-plugin

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

About

License:MIT License


Languages

Language:Kotlin 96.6%Language:HTML 3.4%