How to run a program in Atom Editor?
I find the Script package useful for this. You can download it here.
Once installed you can run scripts in many languages directly from Atom using cmd-i
on Mac or shift-ctrl-b
on Windows or Linux.
- Click on Packages --> Commmand Palette --> Select Toggle.
- Type Install Packages and Themes.
- Search for Script and then install it.
- Press Command + I to run the code (on Mac)
You can go settings, select packages and type atom-runner
there if your browser can't open this link.
To run your code do Alt+R if you're using Windows
in Atom
.
For C
/C++
programs there's very good package gpp-compiler.
Shortcuts:
- To compile and run: F5
- To debug: F6