(Noob here, so apologies for the very basic question). Currently I mostly use Sublime Text for editing code. However to compile I alt-tab to MSVC and compile there and then alt-tab again to a file browser and launch my .exe file. I am looking for a way to optimise this and not having to alt-tab all the time.
So first question is: Is there way to make Sublime Text compile a MSVC C++ project ? I know you can press Ctrl-B, but then you have to know how to set-up all the compiler options link all the libraries (and this was a total nightmare for me to do in MSVC, so preferrably I do not have to do this again for some other compiler).
Second question is: Once the .exe is compiled, is there way to make Sublime launch the .exe (now I have to look it up in my file browser each time, which is a huge pain).