Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create IntelliJ/PhpStorm plugin #158

Open
danon opened this issue Jan 12, 2023 · 0 comments
Open

Create IntelliJ/PhpStorm plugin #158

danon opened this issue Jan 12, 2023 · 0 comments

Comments

@danon
Copy link
Member

danon commented Jan 12, 2023

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 danon changed the title Add IntelliJ plugin Add IntelliJ/PhpStorm plugin Jan 31, 2023
@danon danon changed the title Add IntelliJ/PhpStorm plugin Create IntelliJ/PhpStorm plugin Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant