We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!");
helloworld.csx
Run script
(Mac) Ctrl+R
(Windows) Alt+R