I often get asked why I still use Sublime. So I wrote this article singing it's praises.
I still like Sublime Text
191–200 of 620 posts
Re: I still like Sublime Text
#192Sublime 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.
Sublime Text team, thank you so much for creating the best tool out there! I truly appreciate the stability and simplicity of your product. My main request is to add a tool similar to Cursor Composer and Chat. Thank you again!
Re: I still like Sublime Text
#193Sublime 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.
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.
Re: I still like Sublime Text
#194Re: I still like Sublime Text
#195(Though I use Sublime more, and I like it as well)
Re: I still like Sublime Text
#196Sublime 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
#197While I respect the effort that goes into creating quality software and am not averse to spending money, I'd rather not live in a world where the best softwares are closed source.
Re: I still like Sublime Text
#198I 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.
Well that is my rationale for working with Sublime instead of VScode!
Re: I still like Sublime Text
#199Earlier quoted context omitted.
No it's not. I mostly find closed source application with clear lines more trustworthy than openwashed software. I'm a big Free Software supporter. For my personal projects, I only use (A)GPLv3 or later. However, I have a problem with software which comes with "GPLv3 BUT..." licenses. We have seen how CLAs weaponized against their contributors with rugpull license changes. Also, Zed was closed source at first. I had…
> Then they pivoted to "Open source with closed source collaboration servers" thing, and they claimed rights on anything passing through their servers (collaboration / zed-ai). Does this apply if you use it same as Sublime? That is without collaboration / ai.
In Zed's case, it's already dependent on "Magik". It constantly downloads something to provide some functionality. I can't vet, follow, verify that thing all day long.
Moreover, if it wasn't doing that, again yes.
If they didn't provide the functionality to begin with, then they can move on to "let's evaluate whether it's acceptable" phase.
Re: I still like Sublime Text
#200The main feature of Sublime Text for me is that it doesn't throw away your buffers. Ever. So it's mainly a note taking app with vim key bindings for me / snappy scratch pad. All of my actual code editing happens in an IDE or actual VIM when on a server.