Earlier quoted context omitted.
I agree with that comment chain about the intelliJ diff view so much https://github.com/zed-industries/zed/discussions/26770#disc... I don't even need that to be built into the editor – I would pay for a fast, standalone git UI that is as good as the IntelliJ one. I use Sublime Merge right now and it's kind of ok but definitely not on the same level
I mostly use git from the terminal, but the goodness of the IntelliJ UI for cherry-picking changes is one of the things that has me maintaining my toolbox subscription. Also, IdeaVim is a really solid vim implementation, IMO.
I switched from VSCode to Zed
381–390 of 440 posts
Re: I switched from VSCode to Zed
#382Re: I switched from VSCode to Zed
#383I’m currently using a mix of Zed, Sublime, and VS Code. The biggest missing piece in Zed for my workflow right now is side-by-side diffs. There’s an open discussion about it, though it hasn’t seen much activity recently: https://github.com/zed-industries/zed/discussions/26770 Stronger support for GDB/LLDB and broader C/C++ tooling would also be a big win. It’s pretty wild how bloated most software has become. Huge th…
> The biggest missing piece in Zed for my workflow right now is side-by-side diffs. > It’s pretty wild how bloated most software has become. It's a bit ironic to see those two in the same message but I'd argue that right there is an example of why software becomes bloated. There is always someone who says "but it would be great to have X" that in spirit might be tangentially relevant, but it's a whole ordeal of its o…
People call "bloat" the features they don't need, and "deal breakers" the lack of features they want besides good text editing.
Re: I switched from VSCode to Zed
#384Earlier quoted context omitted.
I think this is quite ironic actually. If I understood the history correctly, being a "shareholder" was a path to a fractional business ownership for people who could not afford to outright own a business. It comes from the same mental position as a co-operative. In these scenarios, a CEO is really just an employee of sorts for the shareholders. It's quite funny that we see the CEO of a publicly traded company has wo…
Not just that, but if it were "fractional ownership in a business" then every profitable company would pay a dividend. Now it has become normalized to not do such a thing with all sorts of fancy reasoning.
Including buybacks, few large and mature companies fail to return profits to shareholders at all, and we'd ordinarily want growing or startup companies to retain earnings and invest.
Re: I switched from VSCode to Zed
#385I tried switching from VScode to Zed but unfortunately it doesn't have Jupyter notebooks and image/video preview which are deal brakers for me. Other pain points: - Format on save by default: https://github.com/zed-industries/zed/discussions/29395 - VSCode Debugger UX seams to be much better
My-Zed branch with both the features: https://github.com/MostlyKIGuess/zed/tree/my-zed
Re: I switched from VSCode to Zed
#386Earlier quoted context omitted.
Not just that, but if it were "fractional ownership in a business" then every profitable company would pay a dividend. Now it has become normalized to not do such a thing with all sorts of fancy reasoning.
Share repurchases are also a way of returning cash-flow to owners. A stock buyback is equivalent to a dividend, just with automatic reinvestment in the default 'do-nothing' case. Including buybacks, few large and mature companies fail to return profits to shareholders at all, and we'd ordinarily want growing or startup companies to retain earnings and invest.
Re: I switched from VSCode to Zed
#387Re: I switched from VSCode to Zed
#388Earlier quoted context omitted.
It's a tool for programmers. Use google + ctrl+f. Not a hill to die on.
How is googling it meant to work when they keep changing what the AI settings are called each month?
I use emacs, so maybe they're better trained on my editor. But I've had a lot of success resolving little annoyances I have just lived with for years talking to Claude in gptel.
I can't get it to do real work for shit, but it's A+ at helping me waste time with yak-shaving. lol
Re: I switched from VSCode to Zed
#389Earlier quoted context omitted.
Fun fact. I do not financially support any restaurant that has a Wall-street ticker. I wish more people would do this. There should be no reason to fund some CEO on Wall-street when we can benefit more by funding local communities. P.S. You have to pay me to use Microsoft products and to engage with Amazon.
I think this is quite ironic actually. If I understood the history correctly, being a "shareholder" was a path to a fractional business ownership for people who could not afford to outright own a business. It comes from the same mental position as a co-operative. In these scenarios, a CEO is really just an employee of sorts for the shareholders. It's quite funny that we see the CEO of a publicly traded company has wo…
Speaking in the same mindset as the parent, we're fine with the profits going directly to a sole proprietor.
In fact, what we want is a name attached to the profits, and a not a role.
We're not anti-profits.
We're anti bland corporate leadership, with no reputational risk and no personal ties to the company (and often no financial risks either, see golden parachutes) - one whose only mission is to maximize profits, product and customers and legacy be damned.
Re: I switched from VSCode to Zed
#390Zed, VSCode, Antigravity, Sublime Text... They all have the same workflow. For writing the code by hand I recommend Helix, batteries included, fast and efficient. For AI-assisted development it doesn't matter and you'd have to switch the app every 4 months if you want to choose the best one.
Unfortunately I'm still trying to figure out my AI workflow. Right now it's a mix of Cursor, Claude Code, and JetBrains Rider. I mainly use Cursor for the heavy AI lifting and then switch to Rider and Claude Code for tweaking and debugging. If Cursor didn't completely suck at .NET debug, I might just be able to use it alone.