How to run a program in Atom Editor?
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)
How to run a program in Atom Editor?
You can go settings, select packages and type atom-runner
there if your browser cant open this link.
To run your code do Alt+R if youre using Windows
in Atom
.