As the title says:
Is there a Netbeans/PHPStorm plugin for writing/refactoring to PSR-compilant code ?
phphint.org does exactly that, but offers only an online-copy&paste-tool, not an IDE-integrated real time solution.
What exactly i'm searching for is:
- "real time" PSR-code checking while typing
- reformating/refactoring projects to fit PSR (1/2) coding guidelines (as far as possible)
In case you are wondering what i'm talking about: PSR-1 Basic Coding Standard and PSR-2 Coding Style Guide are Coding Guidelines published by the big PHP guys.