A very simple extension for Brackets that provides an empty extension test shell to run any code from within the Brackets environment.
- Select File > Extension Manager...
- Search for this extension.
- Click on the Install button.
Write the code that you want to test inside of the runTestCode function.
Run the extension with Debug > Run Extension Test Code.
MIT-licensed -- see main.js for details.