Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

61–70 of 620 posts

Re: I still like Sublime Text

#61
post #22

My files are on a NAS using Samba, and Sublime Text constantly does something (maybe it tries to poll the directory?) that makes it hang for around 10 seconds every minute, making it unusable. VS Code does nothing of the sort, it has plugins for any language imaginable; it's much faster and much better IMHO.

You can prevent indexing in the config file

Re: I still like Sublime Text

#63

I use sublime as a copy paste buffer when I need excellent visual regex search and replace. Vscodes regex search has awkward semantics (or at least I don't know them as well as sublimes) so I usually paste things into sublime, edit them with the regexes, then go back to what I was doing. My work has some extensions that only work in vscode so I'm stuck with it but it's good enough. I also never close sublime tabs and…

This is exactly how it use it too

Re: I still like Sublime Text

#65

Earlier quoted context omitted.

And the license is awfully expensive. I was going to the website to pay $50 for my 7 developers, but it turns out it’s $100. No way. Or $65 per year: https://www.sublimehq.com/store/text

I think Sublime Text was the first software I ever paid for. It has paid that back handsomely. And no, I’m not doing the usual “I’m a working professional so my time is directly attributable to my text editor” thing. I understand there are free options. I pay for it despite there being competition because of the extra value it brings me.

What extra value does it bring you compared to free alternatives like Notepad++?

Re: I still like Sublime Text

#67

I use sublime as a copy paste buffer when I need excellent visual regex search and replace. Vscodes regex search has awkward semantics (or at least I don't know them as well as sublimes) so I usually paste things into sublime, edit them with the regexes, then go back to what I was doing. My work has some extensions that only work in vscode so I'm stuck with it but it's good enough. I also never close sublime tabs and…

Sounds like how I use Np++

Re: I still like Sublime Text

#68
> If you thought Sublime was dead, well you couldn't be more wrong! The latest build of Sublime as of this post is "4192" and was released 20th January 2025.

Since a huge chunk of value here is in the plugins (hello, there isn't even a built-in plugin manager, it's 3rd party and still haven't fully transitioned to 3.8 - and this isn’t a nitpick, the fact that it’s not part of the core, and the author went MIA is part of the problem), the release date of the editor itself doesn't determine the state of Schrödinger

> I think the thing to consider is how Sublime is basically "done" software.

Or, you know, take a look at the issue tracker, pick up a couple of dozen issues that impact you (directly or via the plugins that are blocked by these), and realize how far from reality this statement is. Or just look at your own wishlist…

> Sublime is fast. It starts instantly.

But it’s not usable instantly because a lot of functionality is in the slower loading Python plugins, so if you have some shortcut that depends on a plugin, you can’t use it right away…

> But I prefer authoring snippets in XML rather than JSON. > Obviously, I'm twisted.

Obviously

> have tried Helix and I think it is a lot closer to what I would want from a modern editor

Indeed, operation after selection is much more intuitive, especially when limited to the viewport, but then unfortunately Sublime doesn’t have great modal editing support, and none that would mimic Helix visual-first paradigm

> The key and mouse bindings are what you would expect from a modern editor.

That’s what you’d expect from a pre-modern editor, a modern one should have much more sophisticated keybinding support, for example, you’d be able to pick that great modal Helix or Spacemacs keybinding scheme. And have great searchable help for that instead of having to look into the void trying to understand where exactly that `` contextual javascript keybinding was set and how to disable it.

Re: I still like Sublime Text

#69

Earlier quoted context omitted.

I think Sublime Text was the first software I ever paid for. It has paid that back handsomely. And no, I’m not doing the usual “I’m a working professional so my time is directly attributable to my text editor” thing. I understand there are free options. I pay for it despite there being competition because of the extra value it brings me.

What extra value does it bring you compared to free alternatives like Notepad++?

Not trying to be rude but the article does a pretty good job laying out some reasons why I pick it.

Re: I still like Sublime Text

#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.
Post reply on HN