TBD54566975 / ftl

FTL - Towards a 𝝺-calculus for large-scale systems
https://tbd54566975.github.io/ftl/
Apache License 2.0
21 stars 7 forks source link

Select code editor component and finalize UX #2458

Closed wesbillman closed 1 month ago

wesbillman commented 1 month ago

We are currently using Codemirror for our editor.

In the past we have used Monaco, which was great and maybe the best option for us, but had some layout/resizing issues that need to be solved.

Another great option is Ace editor.

A good example experience we should use as inspiration is the Rust Playground. The layout and resizing is seamless and I really like the way the output window appears after a request is sent.

deniseli commented 1 month ago