Wait, older versions of ST were NOT rendered by GPU?
Sublime Text 4
101–110 of 647 posts
Re: Sublime Text 4
#102> TypeScript, JSX and TSX Support It doesn't seem like Sublime ships with the Typescript language server by default, not sure if I'd call syntax highlighting as support.
It's the same support we supply for every language. Syntax highlighting drives our goto-definition, goto-symbol, auto-complete and more.
Combining syntax highlighting and code navigation seems like a reasonable approach, I'm just curious how it works.
Re: Sublime Text 4
#103I don't think I'm the target audience here. I just spent 30m trying to tune this for a TypeScript project, and I can't seem to easily get eslint, prettier, and a few other tools working. I added the TypeScript language server package, but it doesn't offer any of the effortless reference navigation and refactoring I'm used to.
Having said that, am I just missing something? Can Sublime be that kind of editor?
I think I'd love to give it a shot, but without these conveniences I'm feeling like I should stick with VS Code.
Re: Sublime Text 4
#104Earlier quoted context omitted.
It's not really much though... Software engineers make that in an hour or two, that's reasonable price for 3 years of updates of the primary tool... And it's a business expense. And as the sibling comment says, a game costs about the same.
$100 in an hour or two? Only in a small part of the world.
Re: Sublime Text 4
#105I'm a Data Engineer that works all day with all sorts of data, most of which gets streamed through python, dataframes, some sqlite, lots of awk/sed - but at least a half dozen times a day, every day, I drop a massive chunk of text into Sublime and crank through it - its progressive regex, fast filtering, search/replace are just coded into my finger DNA - It handles absolutely huge files that would cripple something l…
Re: Sublime Text 4
#106Anyone know of a good vi plugin for sublime ? The last time I tried, all the plugins were significantly laggy and while nvim was functionally complete, it had this annoying behavior of switching out of insert mode if sublime lost focus. Apparently that's by design too. Sublime itself was super snappy though. unfortunately a good vi/vim mode is a requirement for me.
Re: Sublime Text 4
#107Sublime Merge by the same folks is also fantastic. My favorite visual fit client
Re: Sublime Text 4
#108Re: Sublime Text 4
#109Hello HN, I'm one of the developers at Sublime HQ. We're all very excited about this release. If you have any questions you'd like to ask I'll do my best to answer them.
Thanks a lot for creating this piece of software art. I’m a user since the v1 and no matter what the editor du jour is, I always fallback to ST and Vim.
Re: Sublime Text 4
#110I feel bad using VSCode after years of supporting Sublime (by purchasing a license). However the one case where I do use sublime repeatedly? When I need to open an editor QUICKLY. It boots faster than VSCode, and frankly, it finally broke me of my constant habit of VIMming now that I have it on my mac, win and linux boxes. I am eager to try V4, but I'm so deep in VSCode now, I don't know if I can find my way out! I c…
Why?