However, I found Theia (https://theia-ide.org) on HN (like a bunch of other cool things; this is one way I justify the time I spend/sink on this site) and find it a much better fit for our OSS goals (foundation owned, open-source marketplace) with full mod-ability while being compatible to VSCode extensions API (in theory). I recommend you look into it for your app.
Show HN: Void, an open-source Cursor/GitHub Copilot alternative
31–40 of 168 posts
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#32Oh, I’m yet to find a good alternative to Cursor’s RAG-powered side chat. It helps me work with huge codebases so much. Tried Continue, but it’s very unstable, and doesn’t work as well. Would prefer a command line solution, vscode plugin is the next choice, having a separate editor is not ideal, but I’m glad there’s some competition.
Storia-AI/sage: Chat with any codebase with 2 commands
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#33My primary usage of cursor is cmd+L and cmd+K, I'll give it a shot. Also, makes sense to make an open source alternative. How do you plan on monetizing?
This seems to work pretty well for Codeium, which offers its product free to consumers (at a loss), and is still able to make net profit from enterprise companies. At least that's the plan for now!
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#34If anyone can point in the direction of a Cursor like experience, but within Neovim, I'm definitely in the market for that option.
- https://github.com/yetone/avante.nvim
Did not have the time to test them yet and there are probably more.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#35If anyone can point in the direction of a Cursor like experience, but within Neovim, I'm definitely in the market for that option.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#36Seems to be a dupe of another Show HN post posted by the same user 4 days ago https://news.ycombinator.com/item?id=41523197
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#37>Microsoft also made its extension marketplace closed-source
Ehm, Open VSX Registry exists.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#38Seems to be a dupe of another Show HN post posted by the same user 4 days ago https://news.ycombinator.com/item?id=41523197
We did a smaller launch a few days ago, but we've actually made a lot of changes to our github contributing page, website, logo since then (based on the feedback). Just trying to ship fast, haha.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#39> allowing AI to edit multiple files at once
Cursor already modifies multiple files at the same time. I typically do this by pressing cmd+shift+I and in the left side of the window the required files will be shown as they're being modified.