Skip to content

Commit 65e8e80

Browse files
committed
Merge branch 'master' of github.com:bogdananton/PhpStorm-testNameGenerator
2 parents ff79787 + d5580df commit 65e8e80

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ Ctrl + Shift + U
33

44
**Features:**
55
- Supports multiple cursors
6-
- Can insert test methods based on the current cursor(s) lines contents
6+
- Can insert test methods based on the current cursor(s) lines contents. Will update method if shortcut is triggered from inside a docblock comment that's followed by a "public function test______" string
77

88
**Limitations / bugs:**
9-
- when editor not fully loaded and shortcut triggered, may cause Exception
10-
- will only add test names, does not update existing ones by editing the original text in the method's doc block comment.
119
- doesn't use the editor's tab / spaces settings, uses "\t" by default
12-
- doesn't Undo
13-
- works only in Intellij IDEA Community Edition
10+
- no PHP-only file filtering was set, will trigger and behave the same for any file
11+
12+
**Install:**
13+
Open PhpStorm's File / Settings... menu, go to Plugins and click the "Install plugin from disk..." button.
14+
Search for the jar file (download from the [Releases page](https://github.com/bogdananton/PhpStorm-testNameGenerator/releases)), click OK and restart the editor.
15+
16+
17+
Check out the [SublimeText](https://github.com/bogdananton/Sublime-testNameGenerator) or [Eclipse](https://github.com/sorinstanila/Eclipse-testNameGenerator) versions of the plugin.
18+
Feel free to [submit bugs or feature requests](https://github.com/bogdananton/PhpStorm-testNameGenerator/issues).

0 commit comments

Comments
 (0)