diff --git a/README.md b/README.md index 900853d..6037674 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ Nongfu === -A IntelliJ IDEA plugin that help you move files to module quickly. +A IntelliJ IDEA plugin that help you move files or directories to target module quickly. A common scene is moving resources in Android Studio 3.x, because of it's "Modularize..." action usually miss some resources dependency. +**Install:** Search "Nongfu" in IDEA plugins repositories, or [download latest release jar](https://github.com/mthli/Nongfu/releases) to disk for install. + **Usage:** Refactor → Move to Module... **Keymap:** Control(Command) + Shift + X diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 58afa8b..39eeebb 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -25,7 +25,7 @@

Nongfu

GitHub | Issues


-

A IntelliJ IDEA plugin that help you move files to module quickly.

+

A IntelliJ IDEA plugin that help you move files or directories to target module quickly.

A common scene is moving resources in Android Studio 3.x, because of it's "Modularize..." action usually miss some resources dependency.


Usage: Refactor → Move to Module...