I'm surprised no one in targeting Jetbrains IDEs as seriously as Cursor has targeted vscode. I'd imagine Jetbrains users are much more willing to pay, and the non-AI intelligence Webstorm has baked in save me almost as much cognitive load as Cursor does if not more compared to base vscode. I tried Continue but it wasn't very smooth at all.
Supermaven[1] has addons for vscode as well for jetbrains (and neovim). And it is so good that I quickly decided for their paid plan [1] https://supermaven.com/
Show HN: Void, an open-source Cursor/GitHub Copilot alternative
11–20 of 168 posts
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#12There are quite a few extensions and AI editors offering the snippet-like 'tab autocomplete', but Cursor are the only ones afaik who have nailed the full file no-look 'tab-tab-tab-tab autofix' workflow, with what I assume must be a combination of monaco/vscode hackery similar to what you're doing, and their own tuned model (i.e. not an off-the-shelf llm). Is this the piece you're going after when you say 'all of Cursor's core features', or are you primarily focused on something else?
On the topic of extensions, as an occasional user of Cursor I noticed that they've always been able to quite happily 'import' extensions you've already downloaded to a local VSCode profile, which makes sense, but they've occasionally struggled to use the same marketplace APIs for searching for extensions. I'm not sure what you're hoping for here, but I'd suggest you settle for that approach as a starting point. Also be conscious that you're dealing with Microsoft, so be mindful of things like their brand guidelines[0], and avoid telling the world that you're 'hacking away' at their APIs. These things may seem insignificant and it's true that they probably won't cause you a problem unless you're successful.
Lastly, assuming that you're hoping to recruit contributors (which I assume is some of the motivation behind this post): you really need to sanitise your Github workflow and your repo CI. Your commit history[1] currently seems to mostly consist of you updating your docs and committing straight to your main branch with no review process or checks, and the only commit I can see that does have any kind of check in place, your initial commit, has a failed monaco check that you seem to have subsequently just disabled. You'll need to tidy this up a _lot_ and establish a testing baseline if you want to successfully scale the project or attract the calibre of contributor you'll need to be successful.
Hope that helps, best of luck with the project!
[0]: https://code.visualstudio.com/brand [1]: https://github.com/voideditor/void/commits/main/
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#13I'm surprised no one in targeting Jetbrains IDEs as seriously as Cursor has targeted vscode. I'd imagine Jetbrains users are much more willing to pay, and the non-AI intelligence Webstorm has baked in save me almost as much cognitive load as Cursor does if not more compared to base vscode. I tried Continue but it wasn't very smooth at all.
AFAIK jetbrains has an AI Assistant now, too. But I cannot say anything about how it works.
I love their products, and I would be sad if they can't stay competitive, but it looks like they are taking all the wrong turns.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#14This is cool! I'm a regular user of Cursor (I barely write any code now - just prompt and tab tab tab). The thing that's really keeping me in Cursor (vs decamping for Zed) is NOT the Cmd K or the sidebar chat. It's actual Cursor's Tab autocomplete model. I've tried many other tab completion models and Cursor Tab blows them out of the water. Supermaven's new release is promising, however. For the use-case you're solvi…
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#15I'm surprised no one in targeting Jetbrains IDEs as seriously as Cursor has targeted vscode. I'd imagine Jetbrains users are much more willing to pay, and the non-AI intelligence Webstorm has baked in save me almost as much cognitive load as Cursor does if not more compared to base vscode. I tried Continue but it wasn't very smooth at all.
Happy user for a few months now :)
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#16This is cool! I'm a regular user of Cursor (I barely write any code now - just prompt and tab tab tab). The thing that's really keeping me in Cursor (vs decamping for Zed) is NOT the Cmd K or the sidebar chat. It's actual Cursor's Tab autocomplete model. I've tried many other tab completion models and Cursor Tab blows them out of the water. Supermaven's new release is promising, however. For the use-case you're solvi…
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#17Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#18I'm surprised no one in targeting Jetbrains IDEs as seriously as Cursor has targeted vscode. I'd imagine Jetbrains users are much more willing to pay, and the non-AI intelligence Webstorm has baked in save me almost as much cognitive load as Cursor does if not more compared to base vscode. I tried Continue but it wasn't very smooth at all.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#19I'm surprised no one in targeting Jetbrains IDEs as seriously as Cursor has targeted vscode. I'd imagine Jetbrains users are much more willing to pay, and the non-AI intelligence Webstorm has baked in save me almost as much cognitive load as Cursor does if not more compared to base vscode. I tried Continue but it wasn't very smooth at all.
Jetbrains isn't open source and this seems to be a fork of vscode, not an extension so there's a bit more control on what's being done here. Edit : This is only my guess, I have no internal knowledge of Cursor.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#20Earlier quoted context omitted.
AFAIK jetbrains has an AI Assistant now, too. But I cannot say anything about how it works.
It was sub-par when I last tried it, like many things JetBrains have been doing these days. I love their products, and I would be sad if they can't stay competitive, but it looks like they are taking all the wrong turns.