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.
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.<p>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.
I wish Sublime Text was opensource, I just use [Lapce](<a href="https://github.com/lapce/lapce" rel="nofollow">https://github.com/lapce/lapce</a>).
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.
Would be interesting to see the code for Sublime Text at some point.<p>I understand it would hurt their sales but there's so few codebases showing how to make fast apps with QT.
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...<p>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?
The main selling point for Sublime for me was its speed.<p>Whenever I wanted a quick edit, or to open a big file that VS Code and others will struggle with - I used Sublime.<p>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.<p>1: <a href="https://github.com/lapce/lapce" rel="nofollow">https://github.com/lapce/lapce</a>
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.<p>Search and replace in multiple files.<p>Multiple cursors.<p>Ability to have N number of unsaved tabs<p><i>chef's kiss</i>
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…<p>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?
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.
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?
I've mostly moved on to vscode. Still use sublime for quick edits though. It is an awesome product.<p>I really like sublime merge though! Can't work without it.