What is the shortcut for executing code in Sublime Text?

3

How do I get the Ctrl(Cmd)+B shortcut in Sublime Text, run the Python code on the same screen as the code?

    
asked by anonymous 01.03.2014 / 01:21

2 answers

2
___ erkimt ___ What is the shortcut for executing code in Sublime Text? ______ qstntxt ___

How do I get the CTRL+SHIFT+P shortcut in Sublime Text, run the Python code on the same screen as the code?

    
______ ___ azszpr129182

There are a few ways to do this.

I usually type Build: With Python and type until the Tools > Build System > Automatic option appears.

Another way, is to select% with%. When you need to run the% default% of that extension, you use the Build shortcut. If you have more than one CTRL+B for the same language, the suggestion is displayed Build System .

There you will see a list of options and you choose which Ctrl+Shift+B you will execute.

    
______ azszpr7894 ___

You have to set Build . As it says in the documentation .

    
___
18.05.2016 / 15:37
-1

You have to set build system . As it says in the documentation .

    
01.03.2014 / 23:10