I can believe it’s good and cool ( built in graphics and collab seem to me like good ideas).
But as someone who happily stayed with sublime (with LSPs a likely game changer) …
takes like “it’s fast!”, “LSP!”, “it now has snippets!” … along with people telling me it has a plug-in system, but doesn’t (cf python/lua runtimes of sublime/nvim) give me massive hype vibes and honestly just feels very “2020s-tech”.
I tried Helix but my muscle memory around Vim movements was a non - starter for me. Also , Helix wasn't working out of the box with Vue.JS (it needs to be tweaked a bit.
So I gave a try to LazyVIM and everything works almost as is. I'll never look back.
@maegul@programming I think there is no general answer, as every developer has different priorities.
Zed looks and feels much better than VSCode to me. Also a lot is working out of the box, where you need to install Plugins in VSCode.
But in both Zed and VSCode I miss the good git support of IntelliJ and the overall intelligence of the Jetbrains IDEs. It feels like IntelliJ knows what I'm doing there at 90%, Zed knows like 60% and VSCode like 50%.
For now. But what I can say from my experience with VS Code is that their tunnel connection is far more stable than a direct SSH one; a tunnel also lets you punch through the workplace VPN, so that's what I keep using.
But remote development is a killer feature to me and they seem to be prioritizing it.
Which is definitely interesting and cool. (Also, before this AI "moment", their main selling point, along with taking graphics more seriously, and rust I suppose).
I'm a fellow Sublime user and recently got excited about trying Zed. it's a good editor and fairly similar to Sublime, but lacked some language support and the plugins are still very few compared to other mature editors. also, it's not quite as configurable as Sublime, for example choosing the LSP or linters. but it's still in early development with frequent updates so I keep it installed and watch the releases
it does have plugins, or "extensions" rather, and yes they are written in rust and compiled to webassembly. but currently there are still very few of them. although it's a growing list
I kinda alternate between vscode and vim. Just depending on how I feel. Never really thought of branching out as other things feel too much. Like I tried pycharm and was not sure where the community stuff ended and where the professional started (free in uni). Netbeans was alright for a class. Sublime was cool, but I didn't do anything special.
I'm not sure when something counts as hype vibes and what the problem with that would be.
It's a pretty good editor, way faster than VSCode on my machine, but I'm also missing a bunch of features. Those seem unimportant enough compared to the speed for now, so I've switched, but switching editors is easy, so I might switch back later. And if other editors get on my radar, I might try them for a bit too. Hype or not, no real harm done.
Unfortunately it requires vulkan (it says 1.3, but because vulkan is based on extensions so it probably doesn't require the full 1.3). So if you have the Intel GMA 950 that's in the motherboard for your Pentium 4 HT is not supported. But I'm confident that an AMD HD 6000 from 2010 with the Mesa driver "terakan" is enough to run it. And theoretically one could implement vulkan even for an HD 2000 from 2007, but it's an unreasonable effort.
If they made an opengl backend, you would be golden, as the Mesa driver i915 implements opengl 2.1 for the GMA 950, and it's definitely enough to run an editor
P.s.: and I sure did not spend the last 30 minutes looking up vulkan hardware