![](/s/cache/46/40/464041189a873f0797096c690361905c.png)
-1
Set build system through command panel
Commands in the command pallet to select a build system would be nice. (Same way as setting syntax grammars.)
Servicio de atención al cliente por UserEcho
Commands in the command pallet to select a build system would be nice. (Same way as setting syntax grammars.)
Servicio de atención al cliente por UserEcho
You can provide your own .sublime-commands file in your user preferences.
[
{
"caption": "Build C++ Project",
"command": "build command here"
}
]