Y
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
dsmurrell
633 days ago
Because it's hard to reimplement VSCode from scratch?
link
blindluck
633 days ago
VSCode has plugins
link
andypants
633 days ago
They are making changes that cannot be done or are very difficult with vscode extensions
link
blindluck
633 days ago
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.
link