| ▲ | kUdtiHaEX 8 hours ago |
| 2020: every day a new JS framework is announced 2024: every day a new Chrome fork browser is announced 2025: every day a new AI IDE vscode fork is announced |
|
| ▲ | femiagbabiaka 7 hours ago | parent | next [-] |
| 2020: every day a new electron fork is announced 2024: every day a new electron fork is announced 2025: every day a new electron fork is announced |
|
| ▲ | pooyamo 8 hours ago | parent | prev | next [-] |
| >vscode fork I wonder why they are not trying to fixup something based on their own GUI stacks like Flutter or Compose Multiplatform. It seems only Zed is truly innovating in this space. |
| |
| ▲ | TheCraiggers 8 hours ago | parent | next [-] | | Well it's a helluva lot faster to make for one. For two, just about everyone knows how to navigate in vscode by now. Reducing the barrier of entry has obvious advantages. | | |
| ▲ | koiueo 7 hours ago | parent [-] | | I have Cursor at work. The only element of the interface I'm using (and know how to use) is the chat window. IMO, it's an absolutely crappy IDE, crappy editor, with absolutely incomprehensible hostile UI. I have almost two decades of experience with Vim, Emacs and IntelliJ.
FWIW, I was able to easily find my ways in helix, kakoune and Zed. | | |
| ▲ | 0x696C6961 an hour ago | parent | next [-] | | https://cursor.com/cli | |
| ▲ | samsmith4 7 hours ago | parent | prev [-] | | Really? Can you say what you hate it about it pls | | |
| ▲ | koiueo 6 hours ago | parent | next [-] | | I'd like to retract my critique. I just opened the app to see what else I can bring up, and while clicking through UI I noticed I had some crappy key bindings extension installed, which apparently caused many of my annoyances. I've probably installed it very long ago, or even by accident. For example, I was always annoyed that open file/directory shortcut (one of most common operations) is not assigned and requires mouse interaction -- fixed by disabling the extension.
Go to file shortcuts does something completely different -- fixed by disabling the extensions. I likely won't adopt Cursor as my main IDE/Editor, but it's miles better than I thought just an hour ago. Thanks for your question :D | |
| ▲ | koiueo 7 hours ago | parent | prev | next [-] | | From the top of my head in no specific order - Icons on the toolbar in the left panel have no labels or even tooltips. No way to know what they do without clicking and checking. - Space in the file explorer in the left panel opens a file (haven't noticed such behavior in other editors -- totally unexpected). - Maybe that's the artifact of me installing Vim plugin, but Keyboard shortcuts displayed in the main menu don't do what they say they do. - It often offers installing some plugins, and I've absolutely no idea why, and what will happen if I do or if I don't. I'm talking about Cursor, which I assume is exactly like VS Code. Tried VS Code only once very long ago. | | |
| ▲ | badc0ffee 2 hours ago | parent [-] | | I think the left toolbar icons do have tooltips, but they show up pretty slowly for me (2-3 seconds). |
| |
| ▲ | Degorath 6 hours ago | parent | prev [-] | | Not the person you asked, but I hate how it screws up keyboard shortcuts.
It overrode the delete line shortcut with its own inline chat one, for example. Decided to ditch it for claude code right after that, since I cannot be bothered to go over the entire list of keyboard shortcuts and see what else it overrode/broke. | | |
| ▲ | meowface 6 hours ago | parent [-] | | I've found that annoying too, but you can always rebind them as you wish. It's only a few new keybinds that get in the way of my muscle memory. That said I also have moved to CLI agents like Claude Code and Codex because I just find them more convenient and, for whatever reason, more intelligent and more likely to correctly do what I request. |
|
|
|
| |
| ▲ | charcircuit 7 hours ago | parent | prev | next [-] | | These new editors are trying to differentiate themselves via their AI features. Working on the core editor may waste resources that could have been better spent improving the AI features. | | |
| ▲ | embedding-shape 7 hours ago | parent [-] | | Until someone finally figures out that we need to rethink editors from the ground up to support different sort of operations and editing experience, to better facilitate LLMs doing work as agents. But we're probably 1-2 years away from there still, so we'll live with skinned-forks, VSCode extensions and TUIs for now. |
| |
| ▲ | botanrice 8 hours ago | parent | prev | next [-] | | How would you say Zed is innovating? Never heard of it, just taking a peek now. | | |
| ▲ | pooyamo 7 hours ago | parent | next [-] | | Zed team is writing their own in-house GUI stack [1] that leverages the computer's GPU with minimal middleware in-between. It's a lot of work short-term but IMO the payoff would be huge if they establish themselves. I imagine they could poke into the user-facing OS sector if their human-agent interaction is smooth. (I have not tried it yet though) [1]: https://www.gpui.rs | | | |
| ▲ | koakuma-chan 7 hours ago | parent | prev | next [-] | | It's written from scratch in Rust. It's super fast, polished, etc. A world of difference compared to VSCode. | |
| ▲ | roywiggins 7 hours ago | parent | prev [-] | | it's fast | | |
| ▲ | meowface 6 hours ago | parent [-] | | I am very sensitive to input latency and performance but after comparing Zed and VS Code for a while I really couldn't find any reason to stick with Zed. It's been a year or so since I last tried it but VSC just lets me do way more while still, IMO, having a nice, clean UI. I never notice any performance or key input latency with VSC. | | |
|
| |
| ▲ | bsimpson 7 hours ago | parent | prev | next [-] | | Making an IDE sounds like an insane amount of effort. FWIW, the Fuchsia team was working on an editor that had a Flutter UI when run in Fuchsia: https://xi-editor.io/frontends.html | |
| ▲ | wiseowise 7 hours ago | parent | prev [-] | | > I wonder why they are not trying to fixup something extremely complex that only a handful players managed to get right using gui stacks made with only mobile in mind that are desperately trying to catch up to desktop now |
|
|
| ▲ | CuriouslyC 6 hours ago | parent | prev | next [-] |
| We need a VS Code fork that just exposes more interfaces, and does nothing else. Then all these forks could just use that with power extensions, and it'd force Microsoft to change its behavior. |
| |
| ▲ | diegof79 5 hours ago | parent | next [-] | | You just described Eclipse RCP. The issue with Eclipse and that approach is the complexity of mixing plugins to do everything, which kills the UX. When VSCode started, the differentiator from Atom and Eclipse was that the extension points were intentionally limited to optimize the user experience. But with the introduction of Copilot that wasn’t enough, hence the amount of forks. I think that the Zed approach of having a common protocol to talk with agents (like a LSP but for agents) is much better. The only thing that holds me from switching to Zed is that so far my experience using it hasn’t been that good (it still has many rough edges) | | | |
| ▲ | Mogzol 5 hours ago | parent | prev [-] | | there are now 15 competing standards |
|
|
| ▲ | pdntspa 7 hours ago | parent | prev | next [-] |
| Why is it so hard for these to be VSCode extensions and not forks? |
| |
| ▲ | Etheryte 7 hours ago | parent [-] | | Microsoft has very specific constraints on what extensions can and can't do, it's not a free for all. They're actively defending their mote by allowing Copilot to do things in a way that extensions couldn't. That's why all the serious contenders make a fork, it's simply not possible to have the same integration otherwise. | | |
| ▲ | hs86 4 hours ago | parent | next [-] | | A bit tangential, but I asked the new Gemini model about this, and it immediately traced back this quote to your username: https://gemini.google.com/share/144b46094d6e Creepy stuff :) | |
| ▲ | dust42 6 hours ago | parent | prev | next [-] | | Still it would be a lot wiser if all the forkers would do one 'AI-enabled' fork together that exposes all the extras that copilot gets. The barrier for testing would be much lower and all the extension makers would also jump onto the train. Likely MS would finally give in and make all the extras available for everyone. But all the fragmentation only helps MS. | | |
| ▲ | ewoodrich 6 hours ago | parent | next [-] | | What exactly are the "extras" that Copilot gets? I've had a Github Copilot subscription from work for 1yr+ and switch between the official Copilot and Roo/Kilo Code from time to time. The official Copilot extension has improved a lot in the last 3-6 months but I can't recall ever seeing Copilot do something that Roo/Kilo can't do, or am I missing something obvious? | |
| ▲ | meowface 6 hours ago | parent | prev [-] | | They're all going to have quite divergent opinions on how to structure the fork and various other design decisions that would inevitably lead to forks of the fork again. I think forking VS Code is probably the most sensible strategy and I think that will remain the case for many years. Really, I don't think it's changing until AI agents get so ridiculously good that you can vibe code an entire full-featured polished editor in one or a few sessions with an LLM. Then we'll be seeing lots of de novo editors. |
| |
| ▲ | dabockster 4 hours ago | parent | prev | next [-] | | This isn't true. I've gotten Claude and its forks to do things the same way as Copilot. | |
| ▲ | catigula 6 hours ago | parent | prev | next [-] | | Which is a bit odd given that Claude code extension in VSCode is by far the best agent integration into a codebase that I know of. | | |
| ▲ | Yeroc 3 hours ago | parent | next [-] | | The Claude Code extension on VS Code does very little (too little in my opinion). The integration level with agentic functionality provided by Antigravity goes much deeper in my 20 minutes or so of playing with it. The biggest value pieces I see is: Agent Manager window which provides a unified view of all my agents running across all my workspaces (!) where I can quickly approve or respond to followup questions and quickly brings me to the code in context for each agent, additionally, I can select a piece of code and comment on it inline and that comment gets sent to the correct, active agent. These two things alone are items which I have been looking for... Too bad I only have approval to use Claude Code at work. This looks promising. | |
| ▲ | ryandrake 6 hours ago | parent | prev [-] | | I don't even know what the Claude Code extension does in vscode. I have it installed but hell if I know what it's doing. I run Claude in one of vscode's terminals, and do everything through there. I do see (sometimes) diffs pop up in the IDE, I guess that's the extent of this integration. |
| |
| ▲ | tremon 7 hours ago | parent | prev [-] | | *moat |
|
|
|
| ▲ | candiddevmike 7 hours ago | parent | prev | next [-] |
| AIUI the forks are required because Microsoft is gatekeeping functionality used by Copilot from extensions so they can't be used by these agents. |
| |
| ▲ | jcelerier 5 hours ago | parent | next [-] | | > AIUI the forks are required because Microsoft is gatekeeping functionality used by Copilot from extensions so they can't be used by these agents.
reply I always wonder how this works legally. VSCode needs to comply with the LGPL (it's based on Chromium/Blink which is LGPL) ; they should provide the entire sources that allow us to rebuild our own "official" VSCode binary | | |
| ▲ | SR2Z 4 hours ago | parent [-] | | I think that MS provides these extensions as plugins. The core of VSCode is OSS, it's the extra bits that have a different license. |
| |
| ▲ | ewoodrich 6 hours ago | parent | prev | next [-] | | Could you give an example of what they're gatekeeping for Copilot exclusively? I'm kinda confused because Copilot in VS Code isn't exactly a powerhouse of unique features in my experience, it still feels well behind Roo/Kilo Code in most ways I can think of, although much closer to the competition than it was a year ago. | |
| ▲ | rapnie 7 hours ago | parent | prev | next [-] | | > AI UI 2026: every day ... | |
| ▲ | ryandrake 7 hours ago | parent | prev | next [-] | | I was going to ask why all these companies choose to fork the entire IDE rather than just writing an extension like every other sane developer, and this response is the most believable reason why. | |
| ▲ | NewsaHackO 7 hours ago | parent | prev [-] | | But Microsoft made VSCode lol, I think being able to gatekeep things like that shouldn’t allow a billion dollar company just reuse all of your code instead of making their own IDE | | |
| ▲ | whstl 6 hours ago | parent [-] | | Most of VSCode (yes, most) is a mishmash of other OSS products, including Google Chromium! By that logic VSCode itself shouldn't exist. |
|
|
|
| ▲ | nicce 5 hours ago | parent | prev | next [-] |
| > 2024: every day a new Chrome fork browser is announced I think this was more accurate around 2012. My local tech magazine had their own fork and they attached CD with the magazine which included the browser. |
|
| ▲ | hypeatei 6 hours ago | parent | prev [-] |
| > 2024: every day a new Chrome fork browser is announced This is still happening. Didn't you see OpenAI's release of Atlas? |