Sublime Forum

How to run 2 files in 2 languages in the same Build System?

#1

Hello everyone, I need to program in Python and C simultaneously. Going to Tools and Change Build System takes a lot of time. Is there a way to avoid manually changing Tool > Build System > Choose Build System, or can I run both Python and C files in the same build system?"

0 Likes

#2

How exactly are you working here?

Normally what you would do is leave the build system as Automatic and then it will automagically pick the correct build based on the type of file that is active at the point where you trigger the build.

0 Likes