Releases: testNameGenerator/PHPStorm-plugin
Releases · testNameGenerator/PHPStorm-plugin
line ending \n
1.3.3 Update EditorDetails.java
small refactor
1.3.1 refactored and added some protection against NullPointException
fixed StringIndexOutOfBoundsException
Fixes:
- fixed StringIndexOutOfBoundsException when string component is a single letter word
- updated plugin name
- fixed shortcut Ctrl+Alt+U, U
- replaced tab with 4 spaces. @todo spacing should take into account the project settings
compiled using Java 7
Fixes:
- updated description
- compiled using Java 7
working version
Fixes:
- shortcut ctrl+alt+u is now active
- update test if cursor is in the docblock of a test method
initial stage
Shortcut:
Ctrl + Shift + U
Features:
Supports multiple cursors
Can insert test methods based on the current cursor(s) lines contents
Limitations / bugs:
- when editor not fully loaded and shortcut triggered, may cause Exception
- will only add test names, does not update existing ones by editing the original text in the method's doc block comment.
- doesn't use the editor's tab / spaces settings, uses "\t" by default
- doesn't Undo
- works only in Intellij IDEA Community Edition