I excited to announce Notepad.exe 1.0! It's a fantastic notepad that empowers you to execute your code seamlessly. #Swift #iOSDev

https://notepadexe.com

@krzyzanowskim Looks awesome, but curious if it does or will supports tests?

A very common use of my current 'Test' project, that this would replace, is pasting in tests from various Swift Slacks to help people debug issues.

@brzz only if you can setup test in a single self contained executable. that's not a tool to run test suits from other places

@krzyzanowskim it's usually just a one off Swift Testing @\Test or sometimes two contained in a @\Suite.

This is my current simple 'Playground' structure that I could imagine your tools replacing, but maybe I'm trying to fit a square peg in a round hole?

@brzz no xctest support. I can imagine swift-testing work, as a SwiftPM dependency. Not a scenario I checked so far. There may be today something missing along the way.