Skip to content

Running scripts in Atom

Jonathan Channon edited this page May 8, 2015 · 12 revisions
  • Install Atom

  • Install Atom Runner

    apm install atom-runner

  • Associate csx files with scriptcs

    atom

    Ctrl+Shift+P

    config

    Enter

    runner:
      extensions:
        'csx': 'scriptcs'

    Ctrl+S

  • Write script

    Ctrl+N

    Console.WriteLine("Hello World!");

    Ctrl+S

    helloworld.csx

  • Run script

    (Mac) Ctrl+R

    (Windows) Alt+R