- Allows you to run any terminal command from sublime
- Displays the output of that command
- If errors are found, displays them in a panel, and highlights them in the editor
Go to your packages folder in Terminal.
cd Library/Application Support/Sublime Text 3/Packages
Clone this repository into that folder
git clone https://github.com/seanhess/sublime-build-errors
Right now, everything is in Tools -> Command Palette
. First run the following command:
BuildErrors: Run Command
It will prompt you to enter a command. Edit and hit enter. It will show you the raw output, then if it encounters any errors will display the errors in a panel.
I can't figure out how to get Sublime Text to respect your shell's PATH. Instead, I've manually set the PATH to include /usr/local/bin
and /opt/local/bin