Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

541–550 of 620 posts

Re: I still like Sublime Text

#542

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.

I do this with Notepad++ and honestly I have mixed feelings about it. It's so convenient but I feel weird about constantly pasting semi-important notes and snippets into this unnamed, unsaved, unsynced doc that just sits there always open on my desktop. Basically I just feel guilty that I'm not using a "proper" note taking application when so many of them exist.

It's saved, just not to separate files.

And the solution to getting it synced is to back up your computer, which you should definitely be doing.

Re: I still like Sublime Text

#544

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.

I do this with Notepad++ and honestly I have mixed feelings about it. It's so convenient but I feel weird about constantly pasting semi-important notes and snippets into this unnamed, unsaved, unsynced doc that just sits there always open on my desktop. Basically I just feel guilty that I'm not using a "proper" note taking application when so many of them exist.

Same. Although I just discovered UpNote, which seems good so far.

Re: I still like Sublime Text

#545

Earlier quoted context omitted.

But isn't that your "zed"'s selling point? What remains if you turn those off? Does it have gamification too, in addition to "AI" and "social"?

An open source, fast, customizable cross-platform text editor with native UI and support for plugins and language servers. I don't think there's any other software that can tick all these boxes.

Language servers means "AI" right?

The other boxes can be ticked by a lot of editors that were made before the js monopoly.

Re: I still like Sublime Text

#546
post #342

Earlier quoted context omitted.

I think that as software asymptotically approaches mostly-bugfix releases, it's a good sign that it's "done", and therefore just stable, reliable, and "boring". Sometimes boring is good, especially for your core toolkit. It can free up your energy to spend it on more interesting things, like actual coding.

The Apple macOS model of implementing useful features from apps (in ST's case: plugins) stands out as long as there are reasonable trade offs. Without it, you have to use so much glue for a good experience. So, look at the very popular extensions and see if they can become native.

Well, Apple is giving me more and more reasons to switch away from their default apps (which I used to love) with every release. They focus too much on new features, too little on stability and good experience.

I've already ditched Music (macOS: Cog; iOS: Decoupled), I'm holding off upgrading for Photos' sake, Home on macOS is an absolute nightmare, Mail is meh but ok (fingers crossed they won't accidentally break it), and I'm hoping they will never go after Notes - it's central to so many things in my life.

Meanwhile, I'm still using Emacs, because despite its many shortcomings (mostly the legacy architecture), ELisp makes writing simple plugins simple, and the few that I use are too excellent to get me to switch.

Re: I still like Sublime Text

#547
post #475

I love Sublime Text. It's one of my favorite pieces of software. I have it running 100% of the time on every machine I work on. It's where I write all of my personal notes, blog posts, and it's where I wrote both "Game Programming Patterns" and "Crafting Interpreters". At the same time, it's not the tool I use as an IDE. For programming, I use whatever IDE is dominant for the language I'm working in. Over time, that'…

I feel exactly the same about it. SublimeText is where I go to take some notes I want to write unformatted, or with some markdown. It's where I go to paste some blob of JSON or logs from a random command that I want to parse out into something more readable than my terminal gave me. It's where I write a random snippet of code to help someone who's asking me a question, or a bash script for a one-off job. It's not my…

[deleted]

Re: I still like Sublime Text

#548

Earlier quoted context omitted.

As do I. TextMate is still unbeatable, especially after I added Copilot and LSP to it!

I recently switched from TextMate to Zed because of the lack of LSP support and other modern features. Zed comes closest to a native macOS app of all the editors I tried, but nothing could beat TextMate at that. What did you do to get LSP supported? I might give TextMate another try.

Zed is as close as it gets, I also use it, but it is still slow and cumbersome sometimes.

https://github.com/tectiv3/lsp-client/issues/1

Re: I still like Sublime Text

#549
post #443

I love Sublime Text. It's one of my favorite pieces of software. I have it running 100% of the time on every machine I work on. It's where I write all of my personal notes, blog posts, and it's where I wrote both "Game Programming Patterns" and "Crafting Interpreters". At the same time, it's not the tool I use as an IDE. For programming, I use whatever IDE is dominant for the language I'm working in. Over time, that'…

Out of curiosity, what is it about an IDE that you find useful...? I'm probably just a heathen, but I've always done the build/run steps on the command line, and Sublime has LSP for all the syntax & semantics goodies other than that -- like for Python, I've got Ruff (syntax), Jedi (semantics), and CoPilot (autocomplete) running happily, with what I feel is an impressive amount of configurability. Are people just work…

Some of us have jobs and do this professionally, not as a hobby. That’s why we use an IDE. Vim is a fun toy where you can hack together a poor man’s IDE but I grew out of that phase a long time ago.

In some cases we are forced to use a specific IDE. Not optional.

Re: I still like Sublime Text

#550
post #407

Earlier quoted context omitted.

I would be curious to know how you managed to do this. I really tried to do this but the tons of dev tools I am using was too much for transitioning to neovim for my daily work. Namely, I need a DAP, multiple dev tools (lsps, linters, formatters) because I work with several projects which do not have the same tools[^1]. Luckily, I do not mix multiple programming languages. Plus, I containerize all my dev env. There m…

> Did you face similar issues? I don't remember what exact year I did the transition at, but around 2014 - 2016 I think. At the time I was working on a PHP Symfony application (and its frontend made with Backbone.js) powering Typeform, and I think this was right about when docker entered the scene, we were still using Vagrant with what I think was NFS syncing or something else dog-slow. But both Docker and Vagrant wo…

Thanks for sharing your experience!
Post reply on HN