Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

411–420 of 620 posts

Re: I still like Sublime Text

#412

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 used it for 15 years and ST is still the first thing I install on a new PC. All thoughts, meeting notes, journals, blog post drafts... everything is jotted down in ST first. I even went as far as writing my own to-do list syntax highlighter[1] which is the main reason ST is always open, at home and at work, even though I mostly use VSCode and IntelliJ for coding nowadays. [1]: https://github.com/mlagerberg/todo

That's really cool. Great work!

Re: I still like Sublime Text

#413
post #293
post #288

Earlier quoted context omitted.

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.

> sane built-ins such as a terminal. It’s all preference. I think it’s insane that people use the terminal in their editors.

I'd use those terminals, maybe, if the implementations weren't so bad. The one in VS Code is a sad version of what's possible.

Re: I still like Sublime Text

#414
post #190

Earlier quoted context omitted.

If you are locked in to TypeScript, you are basically locked in to VSCode (albeit a "soft" lock-in).

Not really, I didn't see much difference between ST with all LSPs configured and VSCode. What features do you find missing?

See parent comment

Re: I still like Sublime Text

#415

I don't really use it as a (lightweight) IDE or the like anymore, but as a place to keep unstructured notes and snippets and the like because SublimeText never ever loses anything unsaved. It's pretty much indispensable at this point, whenever I compose something a bit longer or have some text to do a search-replace on or just some text I need three steps later in what I'm doing, it goes in another tab in Sublime. I…

That's interesting. I use BBEdit for that purpose and VSCode for code editing. I really don't like BBEdit's layout except for log viewing and unsaved snipets/notes. I might have to try Sublime now...

Re: I still like Sublime Text

#416

Earlier quoted context omitted.

I've used it for 15 years and ST is still the first thing I install on a new PC. All thoughts, meeting notes, journals, blog post drafts... everything is jotted down in ST first. I even went as far as writing my own to-do list syntax highlighter[1] which is the main reason ST is always open, at home and at work, even though I mostly use VSCode and IntelliJ for coding nowadays. [1]: https://github.com/mlagerberg/todo

I also use sublime for managing todo and IDE for coding as my work repo uses custom tooling for build and autocomplete which only supports Visual Studio. I use PlainTasks [0] which is very similar to your plugin but also has a few keyboard shortcuts to toggle the item state. Using this with a watered down GTD setup has really brought a lot of peace in both my personal and professional life. [0] https://github.com/azi…

Wow, you really pulled out all the tricks for this one! Commands, key bindings, completions, snippets, and a syntax! Nicely done!

Re: I still like Sublime Text

#417
post #293

Earlier quoted context omitted.

> sane built-ins such as a terminal. It’s all preference. I think it’s insane that people use the terminal in their editors.

Why is it insane? Along with a terminal, I also use a database editor inside my code editor. That’s the point behind an IDE - integrated developer environment.

I get where you're coming from and generally agree. The trouble is that the integrated tools are all pretty bad, in my experience. If I can use DataGrip instead of some VS Code extension called "Database Client", I'm going to use DataGrip. I will often even prefer pgsql for many tasks. A mediocre tool might save time here and there because it's convenient, but I find their broader impact is poorer work done in worse ways.

Of course, this is all opinion in a very subjective context. Some people do best-in-class work with terrible tools.

Re: I still like Sublime Text

#418

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.

Remote development is VSCode's killer feature.

Re: I still like Sublime Text

#419

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.

Maybe you can priorize https://github.com/sublimehq/sublime_text/issues/1649 . As a heavy LSP user, I find it very inconvenient not being able to copy text out of popups. Also, I think you should open-source `minihtml`.

That would be handy. I tend to use the "diagnostic panel" like one of the comments suggests for that reason. It isn't perfect but it works.

Re: I still like Sublime Text

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

> That actually leads me to ask as this is outside of my expertise: why does Sublime feel more tactile/real than other editors?

Performance is a big part of that.

Even a few millisecond delay changes the user experience from "I am physically interacting with an object" to "I am requesting this service do a thing on my behalf". Sublime is consistently fast enough to feel like the former. Most other IDEs feel like the latter.

(Another example of this effect is the difference between driving a manual transmission and an automatic. When I drive a manual, it feels like I'm in control of the engine. When I drive an automatic, it feels like I'm executive sending messages to my engineer who then applies changes to the engine... eventually.)

Post reply on HN