-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some typos. Update readme & plugin description
- Loading branch information
Ivan Scherbak
committed
Oct 14, 2016
1 parent
024f470
commit 875de3d
Showing
2 changed files
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
# Refactoring plugin for PhpStorm | ||
|
||
# How to install? | ||
1. Download the latest version from [github](https://github.com/funivan/PhpStorm-Refactoring-Plugin/releases). | ||
2. Invoke the action in PHPStorm `Install plugin from disk`. | ||
3. Restart PHPstorm. | ||
|
||
|
||
## Modules | ||
[EditUsages](src/com/funivan/phpstorm/refactoring/EditUsages/README.md) | ||
|
||
[UnimportClass](src/com/funivan/phpstorm/refactoring/UnimportClass/README.md) | ||
|
||
[FindMagicMethods](src/com/funivan/phpstorm/refactoring/FindMagicMethods/README.md) | ||
[EditUsages](src/com/funivan/phpstorm/refactoring/EditUsages/README.md) - find some statements with PhpStorm and edit it. | ||
|
||
[UnimportClass](src/com/funivan/phpstorm/refactoring/UnimportClass/README.md) - revers action of the import class | ||
|
||
[FindMagicMethods](src/com/funivan/phpstorm/refactoring/FindMagicMethods/README.md) - detect who is calling your magic methods |