How to use the console within Sublime Text

Viewed 68010

I'm using Sublime Text 2 to code my programs, and want to run the console within it to compile and run them. Is there any way to embed the console command line inside Sublime Text 2? Is it already there?

I'm using both Windows and Linux.

3 Answers

Terminus is a recent plugin, highly under development. It's the best cross-platform console in Sublime Text that I have seen yet.

Related