Hacker News new | ask | show | jobs
by blindluck 633 days ago
Why are so many coding assistant forks? Is it fashion or is there a technical reason? Imagine Python support being a fork. Or live server.
1 comments

Because it's hard to reimplement VSCode from scratch?
VSCode has plugins
They are making changes that cannot be done or are very difficult with vscode extensions
What might they be? API calls, read all files, write to files, side bar, UI interactions in editor. These are things I would imagine an extension can do. Continue.dev is an example.