After first starting with it something like 15 years ago, I’ve come all the way back around to Sublime Text
@kodraus Didn't realise it was still a thing. What brought you back to it?
@damianm Neither did I! But nope, it’s apparently still ticking along. What got me back is pretty much why I moved off it originally; VSCode’s extensions. 10ish years in and they’re generally buggy and sluggish, as is vanilla VSCode itself. I’ve ended up eschewing almost all fancy tooling so now running Sublime is viable again, and very snappy.
@kodraus Oh interesting. Are you doing Rust dev in it?
@damianm Rust, C#, and TypeScript using their vanilla tooling, so cargo, dotnet, and npm/tsc. For Rust and TypeScript it’s quite pleasant. C# is workable but not great, because it’s really meant to be IDE-backed so you both expect a lot from the tooling, and get very little from it by default.