Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

171–180 of 620 posts

Re: I still like Sublime Text

#171
I. Love. Sublime

I’ve tried all the other main editors but always come back to Sublime. The simplicity, the speed, the near instantaneous load time.

I feel like I’m such an outlier but for my text editor I don’t want all the fancy bells and whistles that come with all the IDEs nowadays. It feels like Sublime is the only one that is so intuitive OOTB while allowing access to a plethora of features (if you need/want them). Whereas the others throw everything in your face and it feels like a battle to just get it configured for your needs.

Granted, I mainly code for personal and side projects, and actually enjoy the coding part so I don’t want AI, or advanced features, writing code for me! Even for the productivity gains, I just find coding on my own enjoyable and solving problems as they arise.

That being said, I can totally understand why devs who need to collaborate with large teams, under strict deadline, across multiple countries - probably absolutely need the fancy features that come with enterprise IDEs.

I just love my Sublime editor and never plan on switching :)

Re: I still like Sublime Text

#172

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.

Thank you for well crafted and performant software! I'm oscillating often between Helix/Zed/Sublime but I'm probably never going to drop Sublime Text even if I would have to obtain new licenses for next versions.

Re: I still like Sublime Text

#173

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.

Well that is my rationale for working with Sublime instead of VScode!

Re: I still like Sublime Text

#174
post #166

Earlier quoted context omitted.

VS code has good defaults and extensions but if you have time to configure it precisely it's also possible. When configured to your needs the differences between ST and VSC aren't big. What I don't understand is why would anyone use Eclipse.

Eclipse is a full IDE. Sublime Text and VSCode are not. A competitor to Eclipse would be JetBrains IntelliJ or Visual Studio (not Code), both are often considered superior by far, but neither are free. Eclipse is also a platform for creating applications (RCP/RAP).

Free or paid what’s the difference. If you have company you can afford it professionally, if you are a student you can get a free license, if you are NEET dev you can —————- it.

Re: I still like Sublime Text

#175
post #164

Not sure how projects and workspaces are a feature, it's the most convoluted thing ever. I just use `subl .` to open my project directory. I think it would be saner to just have a dot file in the directory if you want to tweak settings for that project/directory.

Well that exactly how it works ahaha! There's the .sublime-project file with settings for that directory.

Re: I still like Sublime Text

#176

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 using Sublime Text since version 2, so probably close to 15 years, and I love it! It's my go to editor for code (mostly front end web dev but I've used it for C# as well, when VS won't get out of the way) as well as all of my writing (using Markdown). I've published 5 tabletop RPGs and related supplements (with another on the way) all written using Sublime plus so many lines of notes and blog posts. It's a dream to work with!

I've paid for my licence but is there a tip jar anywhere?

Re: I still like Sublime Text

#177
post #72

Earlier quoted context omitted.

Have you tried Zed, and if so, what's your opinion?

I have, but seems it has evolved quite a bit in the past year when looking at their new front page. I'll probably give it a shot. But in any case, I don't like their focus in collaborative features. It brings unnecessary bloat, that is not present in Sublime.

Fwiw you can disable all AI bloat and online features with a couple of config keys

Re: I still like Sublime Text

#178

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 past, I am not sure I would use it much, since I use Emacs all day now. But the reason for Sublime over VS code is, that it is way less bloated and not running in a browser. Would need to see a direct comparison, but wouldn't be surprised, if it showed to be way snappier. If one does not need lots of specifically VS code features, I think Dublime gets out of ones way and lets you get shit done.

Re: I still like Sublime Text

#179

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.

Is there any chance we'd see a Sublime Debug? Loved Sublime Text and Sublime Merge. The main thing I'm missing in my life is a really good and fast cross platform UI for a LOT of debugger backends. (I tend to works with a lot of programming languages, and CLI debuggers are really clunky to use).
Post reply on HN