Sublime Text 3 Command to run multiple files

I am using CodeFormatter with Sublime Text 3 on OSX Yosemite to clean up my PHP code.

Is there a way to run a command from a package in the whole file directory at a time?

I saw Build Systems, but in fact it does not give enough details to understand whether this will do it or not. This mainly speaks of external teams.

I know that ST3 also has a command line interface, is this possible from there?

+4
source share

Source: https://habr.com/ru/post/1569422/


All Articles