TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sublime Text 4 (Build 4126)

174 pointsby Hoefnerover 3 years ago

23 comments

heelixover 3 years ago
There is only a handful of software (outside of games) that I'll shell out my own personal funds for. This is one of them. This is one of the few text editors that can handle stupid large files nicely. It 'remembers' what you have open, even if you don't save - so if the IT department does that random patch, you don't lose anything. Syntax highlighting and tool plugins, so it can make for a reasonable light weight code editor. The experience on Linux, OSX, and Windows is the same. The ability to do vertical column selection and insertion makes it crazy easy to make quick and dirty scripts with copy/paste data from other sources.
评论 #29638366 未加载
评论 #29638642 未加载
评论 #29645892 未加载
评论 #29640307 未加载
评论 #29639925 未加载
评论 #29641778 未加载
whalesaladover 3 years ago
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.
评论 #29637990 未加载
评论 #29638062 未加载
评论 #29638189 未加载
ben-schaafover 3 years ago
Developer at Sublime HQ here, pleasant surprise to see this stable build reach the front page :)<p>If you have any questions related to ST or otherwise feel free to ask.
评论 #29639900 未加载
评论 #29639539 未加载
评论 #29642375 未加载
评论 #29642256 未加载
评论 #29638504 未加载
评论 #29640250 未加载
评论 #29646166 未加载
评论 #29640231 未加载
评论 #29641583 未加载
评论 #29642157 未加载
评论 #29638810 未加载
评论 #29638601 未加载
评论 #29639854 未加载
keb_over 3 years ago
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.<p>Also Sublime-LSP is awesome.
jpe90over 3 years ago
I recently saw there was a new Clojure plugin for Sublime Text called Sublime Clojure by Tonsky: <a href="https:&#x2F;&#x2F;github.com&#x2F;tonsky&#x2F;sublime-clojure" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tonsky&#x2F;sublime-clojure</a><p>In his documentation he mentions that he made the plugin in part because he did not want Paredit mandated by a plugin. I was curious to see what kind of structural editing he used instead, so I tuned into one of his streams. Turns out he just writes raw lisp in sublime text, and he&#x27;s fast as hell at it too.<p>Since then I&#x27;ve been trying out using Sublime for Clojure development and falling back on Intellij when I need anything more than basic inline&#x2F;REBL debugging, and I&#x27;m very happy with it so far.
pkethover 3 years ago
everyone&#x27;s mentioning the speed (as they should), but I also prefer sublimeText for the GUI (or lack thereof). After a decade of using it, the keyboard shortcuts are also hardwired into my soul.<p>I also started using sublime Merge recently and I think I may feel the same way about it
评论 #29638264 未加载
kvarkover 3 years ago
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!
评论 #29637755 未加载
评论 #29638177 未加载
评论 #29637813 未加载
etothetover 3 years ago
I still use Sublime for when I want to visually edit each line of large text files. I find the performance to be superior to alternatives, but it’s been a while since I’ve done a comparison.
评论 #29638310 未加载
kyrraover 3 years ago
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&#x27;s project view just wasn&#x27;t as good either.<p>I really still like sublime for editing text or log files on my dev system, but not for development.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;sublimelsp&#x2F;LSP" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sublimelsp&#x2F;LSP</a>
henningover 3 years ago
I recently tried Sublime again. It feels much snappier and more responsive than VS Code. Very enjoyable to use.
评论 #29638433 未加载
Daunkover 3 years ago
I love Sublime, but I&#x27;ve always felt like the whole &quot;package&quot; system is a bit of a mess. There&#x27;s no consistent anywhere either, working with one build system is usually not the same as in the next one. I feel like VS Code does this part a lot better, which is why I use Sublime as a general text browser and VS Code where I do all my serious remote coding.
dlojudiceover 3 years ago
maybe out of nostalgia, I always have Sublime installed on my computer. nowadays if i need a draft for a copy&#x2F;paste or need to annotate something fast I use Sublime, which is always running. it became something like my advanced notepad
评论 #29638096 未加载
DesiLurkerover 3 years ago
I use sublime 3 on my linux dev box all the time &amp; even have paid for it. there is one extremely annoying bug that keeps me periodically switching to other editors out of frustration. It happens when you have multiple desktop panes&#x2F;workspaces and you are working in say pane 1 but there is a sublime window open in pane 3. now when I say sublime open a file in pane 1 I am suddenly transported to pane 3 and and the file is opened there. this is super frustrating because I lose all my mental context and focus that I now have to reacquire. if anybody from sublime is reading this please fix this ASAP.
评论 #29644178 未加载
zzyzxdover 3 years ago
I live in command line most of the time, but Sublime Text is always my default editor to open any text files in a GUI file manager on any operating system.<p>When it notified me about the version 4 license change, I was ready to make the purchase. However, it has been a while since then and, besides the &quot;LICENSE UPGRADE REQUIRED&quot; text on the top right corner, I still can&#x27;t notice any restriction. The current installation still has my license purchased for v2 applied. I just upgraded to build 4126 today and it worked fine. Am I misunderstanding the licensing terms or is this a bug?
评论 #29642775 未加载
kgartenover 3 years ago
Really Like Sublime Text for cross platform work (especially when I need to edit code under windows). Yet, really love Nova <a href="https:&#x2F;&#x2F;nova.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nova.app&#x2F;</a> for mac, super polished.<p>Though for day to day, i switched to nvim and neovide (rust frontend). Given that, I guess I spent too much money on text editors ...
pier25over 3 years ago
I used ST 2 and 3 for almost a decade. A couple of months ago I switched to VSCode.<p>Yes it&#x27;s slower and clunkier but the extensions ecosystem is worth it. And also features like intellisense, unused vars, automatic updates of imports on file renames, and a long etc of QOL features ST doesn&#x27;t have interest or capacity in implementing.
TheFreimover 3 years ago
It&#x27;s been years since I used sublime text, has anything changed that users have found noteworthy since ~2016?
评论 #29637781 未加载
strzibnyover 3 years ago
I have a license because I have a thing for speed and feel of Sublime. There is nothing like it.<p>I write my Ruby and Elixir code with it, even if I know I get better experience with other tools.<p>I wrote my book Deployment from Scratch with Sublime as well.<p>I sometimes evaluate other editors but so far always returned :).
ilrwbwrkhvover 3 years ago
I wished sublime text worked well with the typescript ecosystem. For example automatically importing the right file when using a symbol.
amroxover 3 years ago
Is there any kind of remote development support (ssh, docker) in Sublime? That’s the killer feature that keeps me on VS Code.
评论 #29638051 未加载
piafrausover 3 years ago
Someone who tried ST3 and sure, it feels a bit better than Notepad++. But it&#x27;s not $100 worth of better
tuananhover 3 years ago
this build always freeze on startup for me (pop os 21.10, wayland)<p>build 4119 works fine though
评论 #29639157 未加载
naltunover 3 years ago
Even though I haven&#x27;t met a Sublime user in a few years, it still must be popular since it&#x27;s at v4. Last time I checked, Sublime was still proprietary, which is the reason I had skipped using it. I&#x27;ve heard Sublime has some useful features, though. If it&#x27;s in their interest, I hope they decide liberate &#x2F; open their source code.<p>E: misspelling
评论 #29637794 未加载
评论 #29638104 未加载
评论 #29637899 未加载
评论 #29637779 未加载