Compile C programs to GitHub Atom?

I just got a new GitHub text editor. However, it doesn't seem to have a compilation feature like Sublime Text. CTRL+B

does nothing for me. Should I enable it using a plugin or is this feature not available?

+3


source to share


2 answers


I believe no such function comes with atom.



There are packages, such as the build package , that should work as long as you have a build system (or custom build command) set up; there is also a package called script that supports something along these lines for C if you are on OS X.

+3


source


You can install the script package and just use Ctrl + I instead of Ctrl + B.



0


source







All Articles