Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

271–280 of 620 posts

Re: I still like Sublime Text

#272

Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.

I've been a Sublime Text user for ten years, bought it and Sublime Merge multiple times. A year ago, I permanently moved to VSCode because of three things: 1. Solid coding AI integration with frequent improvements. Sublime Text at best gives you an option to plug an LSP with modest capabilities. It's behind the times. 2. Small community, infrequent extension updates. 3. Limited UI capabilities. Extensions have to con…

That's basically my experience. I've switched from ruby to golang a while ago and developing in sublime text was become a pure pain, while vscode provided a lot of plugins to solve basic needs. Then i switched back to ruby and discovered that vscode also have superior ruby support.

I still love sublime text, but there is no way i'm going back to it.

Re: I still like Sublime Text

#273

Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.

Big fan of the tool. Sublime was one of the few editors that could even open the massive logs one project was generating. The recovery is so good, I've realized I had dozens of tabs unsaved for years until IT updated machines.

One question: is there going to be another 3.x release? The popup takes you to a 4.x release, which is great if you are on 4.x. If it hit EOL, it makes it easy for us to force the update. Right now, it is in a bit of a weird in between.

Re: I still like Sublime Text

#274
post #70

To echo many sentiments here: Sublime does all I want in a text editor and I use it a lot. When VSCode became all the rage, I tried it but became annoyed very quickly with the loading times and wasted resources, so I switched back to Sublime.

In my last performance review 360 feedback colleagues suggested that my use of Sublime Text may be holding me back and I should consider moving over to VSCode. They're probably right ... but I'm old and there's more exciting things to learn than all the foibles of a new editor. Plus I like supporting and using the products developed by a small team of dedicated engineers ... it makes me feel less like a cog in the ma…

> They're probably right ...

Fuck them. TypeScript is a cult and they're gaslighting you. Seriously.

Re: I still like Sublime Text

#275

Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.

I’ve been a happy user customer for subl and smerge since launch even when a student.

I really really appreciate how few regressions, amazing low latency and always refining everything. And I’ve def had positive interactions with everyone who is working on the sublime sublime software since it’s been out. So like 10-15 years ish I’m going to guess without looking stuff up

Re: I still like Sublime Text

#276

Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.

Are there are plans to improve Search UI and make sidebar more capable. I really like the way VSCode’s search interface where results are listed on sidebar and clicking an item opens the file in the editor.

Regardless of the above experience, Sublime Text is still my daily driver since 2012. Nothing has come close to it.

Re: I still like Sublime Text

#277
post #191

I often get asked why I still use Sublime. So I wrote this article singing it's praises.

I'm curious though- as somebody who is reasonably technical I get why you would prefer Sublime to something like VSCode, but why not Emacs?

I’m a long-time Sublime user who also uses Emacs for single files/at the command line (I also have Emacs key bindings set up in ST), I have found over the years that I am prone to configuration rabbit holes with Emacs and that Sublime strikes a nice balance of good defaults, simplicity, and customizability.

I think that every time I’ve worked on a large project with Emacs I’ve started trying to optimize the partial/fuzzy filename search, trying all of the different ways people suggest online to see which one feels natural until I realize I’ve spent an entire day on it.

Over time I’ve come to really value software that is customizable, but that comes with defaults that I really like, rather than software that’s even more customizable but that must be customized for it to feel right. God forbid I run Emacs somewhere without my conf and forget to disable electric indent mode and want to flip my desk when it does its terrible default behavior.

Re: I still like Sublime Text

#278
post #246

So glad to see this. I have been down a long road of text editors: - Sublime - Vim - Emacs - Atom - VSCode - Jetbrains IDE - Neovim - Zed - Cursor And these aren’t just little flings. I’ve spent months if not years in most of these editors. However, at the end of the day I always come back to one: Sublime. It is a beautiful piece of software. It feels like writing with one’s “good pen and good paper”, that high quali…

I don't use or actually even like Sublime, but I have the exact same experience of it. Quick loads and lack of "extras" that cause even portions of lag in the experience; there's an immediacy to Sublime.

But those things that introduce clunkiness are often very useful. They take away from the aesthetic feel of writing code, but give advantages that are too useful to give up, imho.

Re: I still like Sublime Text

#280
I use a mix of sublime and vscode. I often pick sublime, because I want peace of mind. I trust it to not try to make me 'do something else'. It (mostly) doesn't pester me with things to update or that are out-of-date, it doesn't run or fail with weird things in the background I didn't ask it to do. It sticks to a minimal layout. I had a similar love relationship with early versions of paintshop-pro - it contained the right balance of 'enough to do what you need, but not too much to overwhelm you'. Whenever I ran into a too-new version of paintshop-pro, I closed it again because I didn't want to deal with their lost-sense-of-balance. Sublime for me is like that, it is a hammer where the head won't suddenly fall off.

I had an eye-opening experience with VSCode recently: I had brought one of my laptops on a car drive, where I had a few hours before the people (family) I chauffeured would come back, and I had a coding project I wanted to update some stuff on. The kicker: I didn't have internet in the car, but for local vscode editing, that shouldn't be a problem, right(?) At least, I had not thought it would be.

Well, for some reason, VSCode suddenly became stupid. It could not longer figure out where my methods and classes were defined, so I had to navigate my code-base by hand (god forbid). It also flashed something about not being able to connect to "dot net" / ".NET" or something similar. I am not quite sure what was going on, maybe copilot..? Whatever, my VSCode was in a mode where it seemed to rely on some online resource to operate, and suddenly had become braindead by severing the cord..??

This reminds me why I like sublime.

Post reply on HN