Earlier quoted context omitted.
That is an early candidate for Freudian Slip of the Year.
How come?
I still like Sublime Text
411–420 of 620 posts
Re: I still like Sublime Text
#412Sublime 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
Re: I still like Sublime Text
#413Earlier 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.
Re: I still like Sublime Text
#414Re: I still like Sublime Text
#415I 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…
Re: I still like Sublime Text
#416Earlier 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…
Re: I still like Sublime Text
#417Earlier 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.
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
#418Sublime 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.
Re: I still like Sublime Text
#419Sublime 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`.
Re: I still like Sublime Text
#420So 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…
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.)