Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

221–230 of 620 posts

Re: I still like Sublime Text

#221

Earlier quoted context omitted.

Sublime’s behaviour isn’t an autosave, it just never loses text in a window. You can upgrade the entire OS, start Sublime and your windows and text will be waiting for you, regardless of saved or unsaved state. I’ve got five-year-old scratchpad windows open that I’ve never saved.

Fwiw zed also has this explicit "sublime style" save all buffers since 3-4 months ago.

How do you enable it? I just installed Zed yesterday and I was looking for this setting.

Edit, I suspect what I wanted was the "after delay" setting here https://zed.dev/docs/configuring-zed#autosave

Re: I still like Sublime Text

#222
I'm another "use Sublime text for all kinds of scratch and random needs, but vscode daily driver". But this was a good reminder for me of the value I still get out of Sublime and that I should upgrade my license.

One small pet peeve, I do wish more of the functionality in the menu bar (mac?) was available in the command menu (cmd+shift+p). I still fairly frequently try cmd+shift+p "Spel..." to try and turn on Spell check mode, but then realize I need to hit my mac shortcut to search the menu bar (cmd+shift+/) and then type "Spel..."

Re: I still like Sublime Text

#224
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…

Better the tool you know. Replace VSCode and Sublime with Vim and Emacs or Eclipse and hopefully they will realise how silly their feedback is. Maybe they should switch to Sublime or IntelliJ because I think their use of VSCode may be holding them back.

Re: I still like Sublime Text

#225
I've used Sublime Text since it's initial release, and later on Sublime Merge, and i own licenses for every major version released.

However, my ST4 license recently expired, and that caused me to look back at the previous 3 years to see what my money was actually buying me, and it turns out it was mostly bugfixes. There have been, rather consistently, 2 releases per year (november and august), and the last major feature was in 2022 with syntax code folding and recent files integration, and those are the only "new features" added since ST4 was released in 2021.

Don't get me wrong, i don't mind paying for software, especially software i use every day, but ST4 more or less feels like it's on the backburner, with nothing much going on, so i let my "subscription" (ST4 licensing is more or less a subscription for 3 years) lapse.

I've instead switched to Zed (zed.dev) as my "main and fast" editor. Yes it has some rough edges, but feature wise it's very much like Sublime Text.

It doesn't support Windows (yet), which is not a problem for me, but i can see how that could be a dealbreaker for some.

Re: I still like Sublime Text

#227
I don't use ST3 as my daily driver (I use BBEdit instead - still not on the VSCode train), but I do use it for lots of random editing and scratch needs.

Shameless plug - I wrote a plugin ages ago which makes it possible to replace and sort text using Python code (https://nneonneo.github.io/sublime-replace-with-python/). This little plugin has been incredibly useful for certain tasks, and serves both as a useful prototyping tool (playing with text modifications before implementing a full-blown script) as well as a general-purpose text wrangling utility. Basically, you can select some text (or find it with regex), then activate the plugin and type a line of Python code; it will then run the code for each selection region and produce the replacement. Sorting works similarly - select some regions, enter an expression as a sort key, and the selections will be rearranged according to the key.

I love how a plugin I wrote nearly a decade ago is still working with essentially no changes needed since 2017. Stable software is reliable software!

Re: I still like Sublime Text

#228
post #15

I'm lazy, I don't want to leave the terminal.

Alt-tabbing (or cmd-Q if you’re done) back to your terminal window after running `subl` to edit a file is equivalent difficulty (as measured by keystrokes) to exiting nano or vim.

I've been using iterm for years mainly because it has a Quake style terminal window. I realise how I just can't get to grips with tabbing through screens on either macos and windows anymore, not with having multiple browser profiles (personal and work) and screens open. I should figure out a solution to that, but at the same time I decided that I should keep my various employers (I'm a contractor/consultant/temp/whatever) separated better, so, different browser profiles, password databases, etc.

Re: I still like Sublime Text

#229

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.

Hey! I'm a Sublime Text user since ST2 in 2011. I love ST (my last blog post is https://blog.separateconcerns.com/2025-01-04-teal-lsp-sublim... ) and I think the main thing lacking compared to the competition is the remote development experience. I work in AI so we typically work over SSH on machines with big GPUs. Most of my colleagues use VSCode because it has a very good Remote Development extension.

This! Upvote for ST SSH remote development, currently using ST for local dev and VSCode for remote.

Re: I still like Sublime Text

#230

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