Skip to content

Releases: testNameGenerator/PHPStorm-plugin

line ending \n

Choose a tag to compare

@bogdananton bogdananton released this 17 Aug 12:18
1.3.3

Update EditorDetails.java

small refactor

Choose a tag to compare

@bogdananton bogdananton released this 10 Jul 17:34
1.3.1

refactored and added some protection against NullPointException

fixed StringIndexOutOfBoundsException

Choose a tag to compare

@bogdananton bogdananton released this 12 May 08:54

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

Choose a tag to compare

@bogdananton bogdananton released this 17 Jan 09:47

Fixes:

  • updated description
  • compiled using Java 7

working version

Choose a tag to compare

@bogdananton bogdananton released this 16 Jan 23:28

Fixes:

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

initial stage

Choose a tag to compare

@bogdananton bogdananton released this 13 Jan 22:04

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