Skip to content

Releases: testNameGenerator/PHPStorm-plugin

line ending \n

17 Aug 12:18

Choose a tag to compare

1.3.3

Update EditorDetails.java

small refactor

10 Jul 17:34

Choose a tag to compare

1.3.1

refactored and added some protection against NullPointException

fixed StringIndexOutOfBoundsException

12 May 08:54

Choose a tag to compare

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

17 Jan 09:47

Choose a tag to compare

Fixes:

  • updated description
  • compiled using Java 7

working version

16 Jan 23:28

Choose a tag to compare

Fixes:

  • shortcut ctrl+alt+u is now active
  • update test if cursor is in the docblock of a test method

initial stage

13 Jan 22:04

Choose a tag to compare

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