▲ | SpartanJ 2 days ago | |||||||||||||||||||||||||||||||||||||
I think there's still space in the editor market for an open-source Sublime/Zed alternative. I've been working solo on a code editor with similar characteristics for a few years. It's still a work in progress, but it's already feature-rich (all the basics and some advanced features, like LSP, DAP, multi-cursor, etc.): https://github.com/SpartanJ/ecode/ ecode can handle big files, though it's not specifically designed for that. I just tested it with the largest text file I could find (760MB), and it worked just fine (searches included). The editor is designed with performance in mind, taking a similar approach to Zed (custom GPU-accelerated renderer, fully native C++ code, heavily multi-threaded, etc.). The biggest challenge is forming a community of collaborators, solo developing such a project in my free time is a huge task. So if anyone is interested, please contact me =) | ||||||||||||||||||||||||||||||||||||||
▲ | jeanlucas 2 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||
Why? Genuine curiosity, what's the angle for a market for sublime/zed alternatives? What are they lacking? And congrats on your project, looks interesting. | ||||||||||||||||||||||||||||||||||||||
|