Skip to content
Advertisement

PhpStorm external tools before commit

I have an External Tools entry php-cs-fixer and I want run it before commit. I found only after, but why after? I need before.

I want after work with file, commit it and don’t worry about code style, I want to know that my PhpStorm run external tools php-cs-fixer before committed file.

enter image description here

How to add run external tools before commit ?

Advertisement

Answer

There is no such built-in functionality.

https://youtrack.jetbrains.com/issue/IDEA-111943 — watch this ticket (star/vote/comment) to get notification on any progress.


In addition to pre-commit git hooks .. you may try using File Watcher functionality so it automatically runs every time you save the file (some people are using such approach).

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement