editors

mauricio.szabo 2022-02-28T19:19:47.301409Z

Just for the record: it is possible to reuse fragments of Atom and VSCode to create a hackable new experience - one that may be compatible with most of Atom and most of VSCode API, but without the same limitations and maybe ways to define custom commands, change CSS, better keybindings, etc. I'm still not sure if I'll continue this experiment, but though it was worth sharing it here

pez 2022-02-28T20:11:46.307949Z

So awesome. And a lot of work ahead there. 😀

mauricio.szabo 2022-03-01T14:26:50.791959Z

@pez I will only continue if I can savage parts of other editors and use them without any change at all, otherwise yes, it's too much work 🤣

orestis 2022-03-14T07:15:24.400739Z

Oh then it's the reverse, right? You'd be providing e.g. "all" the extension points of VSCode API + the extension points of Atom. I thought you were aiming for the common ground.

orestis 2022-03-13T15:33:41.139369Z

This is very interesting - there's the issue of having the lowest denominator though...

mauricio.szabo 2022-03-14T03:24:27.306159Z

I'm not sure what you meant about the lowest denominator thing. The idea is to support 90% of Atom and VSCode extensions, while making the editor as hackable, or maybe even more, than Atom itself. Again, I'm aware that's lots of work, but the idea is not be tied to what both editors support only...