Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

111–120 of 620 posts

Re: I still like Sublime Text

#114
I used to love Sublime Text and used it for my daily driver. Even bought a license.

But just downloaded it again, and while it definitely felt snappy, after 15 minutes I still couldn't find a way to get TypeScript type checking working, or even any type of JavaScript/TypeScript autocomplete.

Re: I still like Sublime Text

#115

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 a lot for sublime, this software is incredible, especially the consistent keyboard handling across all UI, all others editors messes up on this one !

I've things I'd like to see with sublime:

- I'd like to have all menu entries accessible from command palette.

- I dont use files tabs (always hidden). I'd like to have a special mode that only tracks saved/unsaved status on files, no opened status, or something like auto close on file switch. I've just no use for the opened status, I'm not even sure why it exists besides being a relic of the past (good old) times where "goto file" did not exist.

- I like sublime to be aware of git branches changes, eg having heuristic for auto closing or revert saved files are not present in FS after branch switch. The feature is partially here with the reload suggestion. (this partially overlaps the no-open status)

- Goto default file listing should be last opened file present on fs, and then alnum sorted listing

I suspect there are roadblocks for these suggestions, sorry if I overlooked obvious issues.

Re: I still like Sublime Text

#116
So, uh, the author mentions the "command palette" as being a killer feature, and links to an article about them, that has zero images of this GUI feature. I can't even ... what?

I found [1] which at least shows what it looks like, for those of us who haven't had the pleasure to test Sublime Text. I gather that the search that is integrated in the palette is an important aspect of their use, so perhaps it's hard to show actual UX in a still image.

[1]: https://www.tutorialspoint.com/sublime_text/sublime_text_com...

Re: I still like Sublime Text

#117

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.

For starters, I love the licensing, as it is very fair: I bought a personal license and I can take it to as many machines as I have (I do use many different computers). And you can buy it one time, no silly monthly subscription fees.

As a result, Sublime ist the only commercial (locally installed) software I still use, and it is always open.

There are situations, where I use macros, regex substitutions, or browsing the file system (using the keyboard only for speed) when I prefer to use my other editor, Emacs.

I recently played with Zed, which looks cute, but I immediately lost an important file, so back I was in the Sublime buffer. (Both Sublime and Emacs always auto-save documents without explicit "save" action, so you can never lose anything.)

I tend to have many Windows open (several dozens), some of them for several years, others for five minutes. The only two features I would like are: - search across all open files and - a list of edit buffers that is itself an editable buffer that you can walk around using cursor key and select a file by hitting RETURN like Emacs has it.

Generally, I prefer that I doesn't become a feature overloaded big monster of a program that can do everything (that's Emacs already, but I like both, I just want them to stay different).

Although for longer-term programming of bigger projects I prefer IDEs like IntelliJ IDEA or PyCharm CE, in recent time, I had to write mostly small programs, and both Emacs or Sublime fit that bill (no need for language servers for me for two screens full of a Python script as I also teach that stuff).

Re: I still like Sublime Text

#118
Very relatable piece, the intro felt like I could have written it (I like the URL too).

“It fast” is enough for me, many of the “features” in editors are noise, and Sublime is the simplest and least noisy.

Re: I still like Sublime Text

#120
I came to Sublime Text 3 from Atom because I wanted a native editor. It boggles my mind that so many people love VS Code.

I’ve tried Zed, it’s a beautiful editor…it’s just too opinionated. For whatever reason, it doesn’t understand my Deno projects and I content get rid of the red squigglies.

Sublime lives up to its name.

Post reply on HN