With the recent v0 update, the code editing experience has changed significantly. According to the latest Code Editing documentation (https://v0.app/docs/code-editing), the Code view is now primarily for viewing code, while code changes are expected to be made through the conversation.
I understand and appreciate the direction toward AI-assisted development, but I strongly believe that manual code editing should remain available.
Not every code change needs AI. For small, precise changes—such as adjusting a CSS value, changing a string, fixing a typo, or making a minor logic change—users should be able to edit the code directly without consuming AI credits.
Requiring a conversation for every code change has several drawbacks:
- Small changes unnecessarily consume credits.
- AI-generated changes may modify more code than intended.
- The final result is not always exactly what the user requested.
- Developers lose direct control over the source code.
- Simple one-line fixes become unnecessarily slow and inefficient.
For example, if I already know that I need to change padding: 16px to padding: 12px, there is no reason to spend AI credits asking an agent to make that change for me. Direct editing is faster, more precise, and gives the developer full control over the result.
AI should make coding faster, not become the only way to modify code.
A better workflow would be to support both:
AI for generating, refactoring, and complex changes + direct code editing for small, precise changes.
The ability to directly edit source code is especially important for developers who use v0 for real projects rather than just prototypes. Please consider bringing back an editable Code Editor, even if it is positioned as an advanced/developer mode.
If manual code editing is permanently removed, I may unfortunately have to reconsider my subscription and evaluate migrating my projects to another platform that provides both AI-assisted development and direct code editing.
AI + Code Editing, not AI instead of Code Editing.
