user646527
user646527

Reputation: 11

Sublime Text build and run

Notepad++ has a "Run" feature where you can simply run "$(full_current_path)" and it will run the file you're working on with its default program.

Is there any way Sublime Text can do this as well?

Upvotes: 0

Views: 5442

Answers (1)

Zein Miftah
Zein Miftah

Reputation: 97

In ST2, you can set its build system in: Tools > Build System > New Build System

And here you can find the manual https://www.sublimetext.com/docs/3/build_systems.html

Upvotes: 2

Related Questions