Open danielbayley opened 8 years ago
Would there be any way of being able to run arbitrary Coffee/JavaScript with access to the Atom/Electron environment? (I know this can already be done in the console, but would be more convenient to run selected code while writing Atom packages…)
Hmmm, we're not built for it though a package could be made to hook into console.
Alternatively, you could make a package that on the run command launches the dev console and feeds in the script.
Would there be any way of being able to run arbitrary Coffee/JavaScript with access to the Atom/Electron environment? (I know this can already be done in the console, but would be more convenient to run selected code while writing Atom packages…)