Earlier quoted context omitted.
We've certainly talked about it, but there aren't any concrete plans yet.
I love Sublime, I've paid for every version and I did the same for my devs for many years (when I had a company cc!). I would just like to say remote editing is the only thing I use vscode for. If ST had remote editing I and probably a lot of other people would use it more. Once again, love sublime, just a suggestion :)
Sublime Text 4
551–560 of 647 posts
Re: Sublime Text 4
#552Hello 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.
Hey there, subl is absolutely the best when you quickly need to open and edit a huge file. You cannot, however, do that when the file only has 1 line. Do you think it might be possible to get that fixed at some point? Opening a 1 line 1GB file on a modern machine brings subl to a complete halt and regex editing is sheer impossible.
Absolutely top tier lightweight code editor for special tasks.
Re: Sublime Text 4
#553The new auto-complete is really impressive. I've always been a big fan of using snippets and auto-completing based on open buffers in a project instead of using LSPs. I haven't used ST in a while but decided to install ST4 to try it out. I opened a Flask application that uses SQLAlchemy. I opened a Python file and typed User. and then it showed me a list of fields and methods on my User model without having the User…
How does it compare to the autocomplete in IntelliJ/Webstorm/Phpstorm? The amazing autocomplete is most of what keeps me on Jetbrains, but their software is soooo slow.
I haven't gone crazy testing ST4 btw, I played with it for like 20 minutes. It felt like it was maybe 65% between ST3's auto-complete and what you'd get with a LSP back-end using VSCode. Meaning it's closer to VSCode than it is than ST3, but not as good as a LSP, but there's also no effort to get it set up so it's a reasonable trade off if you're someone like me who just wants pretty good auto complete without configuring a million tools to run in the background.
Re: Sublime Text 4
#554Earlier quoted context omitted.
That's incredible. From the website it looks like a Windows-oriented tool. If it weren't for your product I wouldn't have even guessed they had a Mac version. I bet they'd do much better with adoption if they customized their homepage screenshots to the platform viewing the page… For others curious about Column Mode, here's their link with a nice video: https://www.ultraedit.com/support/tutorials-power-tips/ultra...…
In Notepad++ you would just alt+drag, no need to enable a special mode. It looks pretty much exactly like what's in that video.
Re: Sublime Text 4
#555Hello 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 for introducing the multi select feature in text editing. There may have been other editors before which had but Sublime was where I first encountered this and where it felt natural. It has saved me countless keystrokes! I use VS Code now but it has started getting slower and it may be time to go back to sublime!
Re: Sublime Text 4
#556Hello 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.
Could it be that you‘ve already been using the new GPU rendering in SublimeMerge but not ST3? That would explain the visual corruption issues I sometimes have with Merge but not ST3. In Merge some actions, sometimes (mostly in the settings) corrupt the application window (sometimes also after minimizing and sleep) on my MacBook. To me it looked like a rendering/GPU issue. It looks like blocks of pixels having differe…
Re: Sublime Text 4
#557Hello 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.
Hi Ben When will ST4 show up on Homebrew? https://formulae.brew.sh/cask/sublime-text Thanks for taking the time to answer questions
Re: Sublime Text 4
#558Earlier quoted context omitted.
I've tried to make the switch from Sublime to VS Code a few times, and a few things consistently hang me up: * Performance, like you mentioned. I've very used to opening hundreds of megabytes of line-delimited data in my editor; anything that can't keep up with that immediately ruins my "tempo." * I don't really understand how to customize VS Code's UI. It has a lot of little toolbars and widget panels that I don't w…
FWIW, VS Code has a "zen mode" view which hides everything other than the editor window, which kinda makes it comfortable for people coming from vim, sublime and the like. Try it out sometime.
Re: Sublime Text 4
#559Earlier quoted context omitted.
I tried Sublime text and I really like it. But I have been a user of UltraEdit for many many years (maybe 20?) and I still find it much more natural to use. I found it while looking for an editor to replace Semware's Qedit (DOS). I wonder why UltraEdit has not much love here. I do find Sublime's price much better than UltraEdit.
QEdit on DOS... now that brings back some memories! I went in for their flagship TSE (The Semware Editor) when it came out and was duly impressed. I have used Notepad++ as my regular non-IDE editor for probably 15 years; there are a handful of (semi-)unique features that I really appreciate. I'm guessing UltraEdit keeps its user base for similar reasons.
Never took to TSE, sequence of bad experiences with stability.
Re: Sublime Text 4
#560Hello 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.
for typescript it would be nice to hover any word and see it's type. is that a planned feature? I noticed that you can only see the type of a type