T-Regx icon indicating copy to clipboard operation
T-Regx copied to clipboard

Create IntelliJ/PhpStorm plugin

Open danon opened this issue 3 years ago • 0 comments

Add:

  • refactorings
  • inspections
  • quick fixes

Example actions and inspections could include:

  • change $pattern->match($s)->test() to $pattern->test($s)
  • change $pattern->match($s)->first()->text() to $pattern->search($s)->first()
  • change Pattern::inject('@', [$value]); to Pattern::literal($value)

danon avatar Jan 12 '23 20:01 danon