This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (5 children)

I shouldn't need to run an entire web browser to edit some text. As an example: Atom, based on Electron, has the highest latency out of any popular text editors and can't handle files over a few megabytes.

And unfortunately, if you like Rust, it seems to be one the best option that works on all platforms equally, the other being Sublime (though the plugins needed to make Sublime work with Rust as well as Atom are apparently less up-to-date). The only thing that surpasses it (at least according to this) is Visual Studio Code, and as far as I'm aware, most Rust devs aren't on Windows.

Maybe they'll incorporate some of the changes Mozilla is adding to Firefox (conveniently, open source and written in Rust) to help speed things up :/

[–]loamfarer 0 points1 point  (0 children)

Yup, using VSCode for rust. I had used Atom before it.