//originally from https://github.com/jmwohl/sfpc/blob/master/C%2B%2B/Using%20Sublime%20for%20C%2B%2B%20and%20openFrameworks.md
Two things I knew were going to be important to me: smart code hinting and completion, and auto formatting. Thankfully other folks had already solved these problems for me via a couple handy packages:
1) SublimeAStyleFormatter - for auto formatting
2) EasyClangComplete - for code completion
- SublimeLinter and SublimeLinter-contrib-clang - for error checks