Hey Vercel Team. I do prefer the new file editor / explorer, now that it’s working. I find myself more and more doing work directly in the v0 IDE. Here are a few things I would love to see, particularly as I also do a lot of backend work in VS Code with AI assistance there:
I would love an option to code review every change, accept or reject those changes, and even provide a prompt to change or update a specific change
I would love keyboard shortcuts for quickly jumping between files in the editor (e.g. VS Code’s Command+P, or or control+G to go to a specific line).
The current flow for code reviews is to use the git sync feature which will create a branch for you, then you can Create a PR to review and merge it. Each time you create a new branch you’ll get a fresh chat so it’s a one chat per PR kind of flow
Hey Jacob. Thanks for the reply. Probably a better description of what I meant is more like what you see in ide conflict merge workflows. The problem with git branch code reviews is how heavy they are. With ai writing code, the velocity is so much higher that jumping out to another tool is just too cumbersome. Also the code reviews feedback doesn’t flow back into the v0 agent. What I’m really hoping for is something where I can accept some changes, reject others, and give prompted direction when I reject, and have v0 address those comments. So think of it as a human in the loop process to any of the code modification steps in the v0 answer chain. The user can toggle this on, and as changes are made, the user can either accept, reject without comments, or reject with comments and in any case of a reject, v0 continues work with that rejection and added comment as additional context before fully completing the answer chain. With this I think you would address a lot of the users concerns around v0 editing code it shouldn’t, or just going down a rabbit hole that didn’t reflect the users original intention. Plus LLMs react pretty well to additional context.