top | item 33564900

Sublime Text 4 Build 4142

108 points| joeyespo | 3 years ago |sublimetext.com | reply

61 comments

order
[+] mostlysimilar|3 years ago|reply
No specific comments about this release, just want to express my admiration and gratitude for the developers. Sublime has been my daily driver for 10 years and I love it. It's the scalpel to VS Code's swiss army knife.
[+] the__alchemist|3 years ago|reply
Thank you, Sublime devs, for making/maintaining performant, unobtrusive software in 2022! Sublime is a role model.

Maybe a project-oriented IDE next? Want to ditch JetBrains for project-editing since it's a pig.

[+] specialist|3 years ago|reply
Same. I'm just so flipping happy for Sublime's ongoing success. I'm so glad they proved the early doubters wrong.

There are so many fantastic editors these days. A real embarrassment of riches. Something for everyone.

I hope Sublime is a motivating role model for other indie devs. If you create a great product, and pace yourself for the long-term, you too could become a "working artist" style dev (solo or team).

[+] cbeley|3 years ago|reply
I'm not sure what I'm missing out on by not using VSCode. LSP support in Sublime is quite good now and there are still tons of extensions.

A built-in debugger is probably the biggest thing I'm missing out on -- but I don't personally want that in my editor anyway.

[+] jrochkind1|3 years ago|reply
What do you like about it better than VS Code?
[+] modeless|3 years ago|reply
I sadly gave up and switched to vscode for typescript. The language server and debugger integrations are too good to pass up, there are some really nice extensions and a much nicer way to manage them, and GitHub Copilot is pretty darn cool. Every time it hangs for hundreds of milliseconds while I'm typing I wish I could go back.

Sublime bet on its own code indexing engine and it seems like that was a mistake. I think it predates LSP, but now that LSP is a success they should embrace it with native support.

[+] EMM_386|3 years ago|reply
I still use Sublime as a replacement for Notepad.

It opens blazing fast, I create a new tab, jot down whatever and close it without being prompted to save.

That is reason enough to keep it installed.

[+] the__alchemist|3 years ago|reply
VsCode seems like a worst of both worlds. Poor performance, and not suitable for editing multi-file projects. Maybe as a compromise between a full IDE and a text editor?

Of note, I recently switched from VsCode to Sublime for editing individual files.

[+] kevinfiol|3 years ago|reply
I start VSCode whenever I need the UI debugger or an LSP plugin is too immature on Sublime. But otherwise, I daily drive Sublime Text. The speed difference vs. VSCode is night & day for me.
[+] nikivi|3 years ago|reply
Would be interesting to see the code for Sublime Text at some point.

I understand it would hurt their sales but there's so few codebases showing how to make fast apps with QT.

[+] satysin|3 years ago|reply
Since when did Sublime Text use Qt?

Afaik they use their own UI toolkit.

[+] ptomato|3 years ago|reply
they don't use QT; they use a custom toolkit.
[+] russellbeattie|3 years ago|reply
The "OS Recent Files Integration" blew up my dock icon so now instead just showing open windows, it's filled with random files I happened to touch. How is this useful? I'll edit 20 files in a sitting regularly. Also, it made looking at open app windows a complete mess - giant icons of text files, and the minimized window I'm looking for just sorta shoved into a corner...

So I turned it off in the settings, cleared the recent files in the menu, but now there's a bunch of files just sorta stuck in the OS recents... Anyone know how to manually clear recent files from an app in macOS?

[+] snird|3 years ago|reply
The main selling point for Sublime for me was its speed.

Whenever I wanted a quick edit, or to open a big file that VS Code and others will struggle with - I used Sublime.

But now I moved to Lapce[1] which is even faster (I didn't think it'd be possible) and open source, which is a huge bonus. It's not feature complete yet, but it got good enough and they improve fast.

1: https://github.com/lapce/lapce

[+] kapitanjakc|3 years ago|reply
Love sublime, I work on python/django based project code base which is huge. Add to that the strain of multitudes of docker containers. And Chrome tabs. All of these eat up my RAM. I can easily use pycharm, but the speed and raw code feel of sublime is unbeatable.

Search and replace in multiple files.

Multiple cursors.

Ability to have N number of unsaved tabs

chef's kiss

[+] EmmEff|3 years ago|reply
I want to be a Sublime Text user. I want to give them my money. I want the performance of a native macOS app, but…

I’m a full-time Go developer. Last time I tried Sublime Text, I couldn’t get close to what I have in vscode with an all-in-one Go extension to handle `gopls` for function lookups/refactoring/etc and `golangci-lint` for linting, for example. I am even willing to live without integrated debugging if everything else is near perfect. Sublime gets so close with several extensions, but it didn’t feel coherent. Before I try again, is it worth the effort or is Go support still spread across several disparate extensions from different developers?

[+] user432678|3 years ago|reply
Last time I tried Sublime to code in Go I had success with LSP extension and gopls, actually.
[+] ederhex|3 years ago|reply
I tried to use vscode but sublime keeps pulling me back. I love the performance and the ui doesn't distract me like some other editors do.
[+] ElectronBadger|3 years ago|reply
For many years ST is my daily driver for writing notes, research papers (in Markdown), zsh scripts and coding in Julia. ST (plus Sublime Merge) is just.. sublime :) I've tried vim, nvim, been a hardcore emacs user for half a year and I always return to ST.
[+] alexmorenodev|3 years ago|reply
The single piece of software I attached to in my entire life. It was a really hard decision to leave it behind.
[+] stanmancan|3 years ago|reply
Why'd you stop using it?
[+] tiffanyh|3 years ago|reply
Genuine question: Sublime seems to make only 1 new update/release per year … is having at least 1 release per year needed in order sell new licenses in an attempt to make their software like an annual subscription?
[+] windows_sucks|3 years ago|reply
fwiw they release about monthly in the dev channel
[+] bsimpson|3 years ago|reply
I rolled back the update because TSX files kept beachballing on me.
[+] tkuraku|3 years ago|reply
I've mostly moved on to vscode. Still use sublime for quick edits though. It is an awesome product.

I really like sublime merge though! Can't work without it.

[+] twarge|3 years ago|reply
On macOS, how is sublime text better than Nova and perhaps Textmate?
[+] awill|3 years ago|reply
Can't answer that question, but I use Mac and Linux, and Sublime being cross platform is a huge win for me. If you're all in on Mac, you should look at Nova, as it is beautifully designed, and you often can't beat apps that are designed specifically for a single OS.
[+] protomyth|3 years ago|reply
Last I checked, Nova doesn't do keyboard macros and I do a lot of text munging and need them because I refuse to type the same sequence multiple times.
[+] xrayarx|3 years ago|reply
I still use ed. Because Ed is the standard text editor.