Sublime Forum

I'm new!

#1

Hey, I’m new to Sublime and pretty much programming! I have most of my questions answered about sublime itself, but I need to know whether or not I can compile my code with Sublime? If not, how can I compile my code(I write in C#, ActionScript 3.0, Javascript, and Lua)? I sometimes I train in C++ for fun!

0 Likes

#2

You can using the build systems. This effectively mimics what you would be running from the command line. So you will still need to install all the proper tools to compile. Remember, ST is a text editor, not an IDE. It doesn’t install with the tools to compile.

0 Likes

#3

Oh see that was one of the stipulations of me even using Sublime Text, now Sublime works with Corona SDK(A lua engine).

0 Likes