Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

281–290 of 620 posts

Re: I still like Sublime Text

#281
post #132

Earlier quoted context omitted.

Where is one time purchase available? The only option I see is $99 for three years.

The license does not expire after 3 years, it is perpetual, but it doesn't apply to versions released more than 3 years after your purchase. If you don't want any newer features or fixes you can simply turn off updates. We warn you before updating to a version not covered by your license.

I find this to be a very reasonable license. Cost is low but provides an ongoing revenue source. I like free or perpetual licensing as much as the next guy, but us programmers gotta eat and pay the rent.

Re: I still like Sublime Text

#282

I have always loved Sublime Text, but in 2023, Zed captured my heart, and now I have neither Sublime Text nor VS Code installed on my machine anymore.

Is Zed's AI integration optional or are they pushing it hard like intellij, vs code and warp are?

I think you can opt out of its AI features more or less completely, but you do have to look up all the relevant config options (mostly to hide buttons in the UI leading to AI festures).

Re: I still like Sublime Text

#283
I was a longtime user of Sublime Text and switched to VSCode because of Remote Development and Pylance. Everything else is pretty much fine and Sublime has always had better performance, though these days having support for AI integration (a la Copilot) is also necessary for me.

I tried Zed recently because it has remote support and AI integration, but the Python integration is limited to Pyright so I gave up temporarily (I guess I can recreate Pylance using this doc: https://github.com/microsoft/pylance-release/blob/main/USING...).

Re: I still like Sublime Text

#284

I really want to like Sublime (it's so fast, I like the minimal UI), but VS Code has so much inertia, and does so much out of the box or with minimal extra effort that it's hard to not use it instead. At the end of the day, I have things to get done, I'm not here to tinker with tools. Same reason I never got into vim/emacs etc as a daily driver.

Emacs and Neovim are things one gets into in ones free time and gets good enough to make the switch at some point at the job. Of course that is mostly only feasible, if the projects at the job are set up in a tool agnostic way or choice exists in the first place. I also want to like Sublime, but I already have a well configured Emacs and I like using free/libre software. While Sublime was great when I used it in the…

> Emacs and Neovim are things one gets into in ones free time and gets good enough to make the switch at some point at the job.

I'd probably never end up proficient with vim (and today neovim) if I didn't do the complete opposite of this and forced myself to use it for real work directly. True, I went a bit slower for one/two weeks, but if you really have to use something foreign for most of your work, you'll learn it really quickly, as long as you're up for looking things up as you go along. Of course, YMMV and all that yadda yadda.

Re: I still like Sublime Text

#285
It's my new notepad. When I don't need the bloat of VSCode, or any JetBrains editor, etc. nor have the will to fight with Vim and, yet, still need something that supports code syntax.

Re: I still like Sublime Text

#286

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.

FYI the latest update on the site and when updating via UI says "20 Jan 2024", not 2025.

Great product, thank you for being awesome :-).

Re: I still like Sublime Text

#287

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…

Those are actually some of the reasons why I use Sublime.

Re: I still like Sublime Text

#288

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.

Hi! I was a Sublime Text fan throughout University, and I would have loved to continue using it. Unfortunately for me Sublime lacks too many necessities, and that forced me off Sublime and onto the much slower VSCode.

I really wish Sublime would develop a more solid plugin system and have some sane built-ins such as a terminal.

Post reply on HN