0

Set build system through command panel

Tim Steenvoorden 11 aastat tagasi uuendaja Jacob Gardner 11 aastat tagasi 1

Commands in the command pallet to select a build system would be nice. (Same way as setting syntax grammars.)

You can provide your own .sublime-commands file in your user preferences. 


[

  {

      "caption": "Build C++ Project",

      "command": "build command here"

  }

]