dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

Evaluate monaco and atom #23

Closed 3cp closed 4 years ago

3cp commented 4 years ago

https://github.com/Microsoft/monaco-editor

https://github.com/atom/atom

Why? Codemirror is tiny which is good, but lack of some features for an IDE. For example, proper lint for various format, code completion.

Both monaco and atom have much bigger ecosystem to bring up features.

3cp commented 4 years ago

Hold the WIP monaco branch, it's kind of too big (loaded JS) for a small IDE. Might be more suitable for a full featured IDE (a different product).