Is it possible to define custom compiler for particular file type in IntelliJ IDEA ? I found how to define custom formatting though.
I have bunch of *.proto
files in my project. It would be nice if I have define external executable that compiles them into .java
files that javac
will further compile.