You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,16 @@ Ctrl + Shift + U
3
3
4
4
**Features:**
5
5
- 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
7
7
8
8
**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.
11
9
- 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