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.

  1. Click on Packages –> Commmand Palette –> Select Toggle.
  2. Type Install Packages and Themes.
  3. Search for Script and then install it.
  4. 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.

Leave a Reply

Your email address will not be published.