Live data from Hacker News

Sublime Text 4 (Build 4126)

sublimetext.com

11–20 of 110 posts

Re: Sublime Text 4 (Build 4126)

#11
I tried sublime this year now that it has an LSP (language server), along with the Go plugin. Maybe it would take more getting used to, but VSCode has done such a great job for coding in. Sublime's project view just wasn't as good either.

I really still like sublime for editing text or log files on my dev system, but not for development.

https://github.com/sublimelsp/LSP

Re: Sublime Text 4 (Build 4126)

#12
post #3

I have a feeling that the recent move to OpenGL rendering for Sublime was a mistake. I know, we did with Firefox and WebRender as well. And yet, when compiling a heavy project on a modern machine, I can scroll fine in Firefox, but Sublime chugs, becoming unusable. For Sublime, it should be assumed that some code is compiling all the time!

What did it use prior to opengl? Is there a blog o anything that talks about that move?

Re: Sublime Text 4 (Build 4126)

#13
post #6
post #2

Even though I haven't met a Sublime user in a few years, it still must be popular since it's at v4. Last time I checked, Sublime was still proprietary, which is the reason I had skipped using it. I've heard Sublime has some useful features, though. If it's in their interest, I hope they decide liberate / open their source code. E: misspelling

As of writing there is no disclosure of any particular license on their website for sublime text. I must have overlooked this. While most of my programming is over ssh with vim, I’ve very much enjoyed Sublime on my own systems. Minimalism and unobtrusiveness has been very appealing to me. Free software is more important, though, so perhaps it’s back to vim, then. I wish that the Xi editor was maintained more efficien…

Honestly? Gedit, vscodium, geany are wonderful tools. Not bloated, just enough to hop into code.

A lot of people swear by jetbrains. I'm still a newb with it but I can see it being useful. But I learned to not hold my shift key too much (and disable defaults). Search everywhere is nice but difficult to use if you have motor difficulties.

Re: Sublime Text 4 (Build 4126)

#14
post #12
post #3

I have a feeling that the recent move to OpenGL rendering for Sublime was a mistake. I know, we did with Firefox and WebRender as well. And yet, when compiling a heavy project on a modern machine, I can scroll fine in Firefox, but Sublime chugs, becoming unusable. For Sublime, it should be assumed that some code is compiling all the time!

What did it use prior to opengl? Is there a blog o anything that talks about that move?

Skia

Re: Sublime Text 4 (Build 4126)

#16
post #2

Even though I haven't met a Sublime user in a few years, it still must be popular since it's at v4. Last time I checked, Sublime was still proprietary, which is the reason I had skipped using it. I've heard Sublime has some useful features, though. If it's in their interest, I hope they decide liberate / open their source code. E: misspelling

I use Sublime as my primary editor.

It's just so much faster than every other GUI editor, even VSCode which is "tolerable". I can open multi-gigabyte XML files without bringing my computer to its knees. The extension ecosystem is pretty weak compared to VSCode but it does what I need. And something is just better about the way Sublime renders text. It's easier on the eyes. And the multi-line / multi-cursor editing flow is better.

I still pull out other editors if I need some advanced refactoring or debugging feature but if I can avoid it, I do.

Re: Sublime Text 4 (Build 4126)

#18
Add me to the list of folks who choose Sublime over VSCode as their main editor. It is much faster and less bogged down by the inherent bloat of VSCode. I find that I prefer CLI utilities over VSCode extensions anyway, so everything works out in the end.

Also Sublime-LSP is awesome.

Re: Sublime Text 4 (Build 4126)

#19

I still daily drive Sublime. I haven’t found an editor with less latency. It’s so fast and so consistent. VS Code feels like Eclipse in comparison.

Daily driving to do what type of work exactly?

I've been using VS Code for years now, and while it is measurably slower (I still use sublime to handle ad-hoc grepping log files as code just won't handle that, and scrollable, highlighting and multicursor is MUCH better than smacking bash pipes together), the batteries included "It just works" approach of code means I don't really see a reason to head back.

Maybe it's changed since the sublime 2/3 days, but the packages ecosystem always felt a bit unpolished and anemic.

Post reply on HN