Helixform / CodeCursor

An extension for using Cursor in Visual Studio Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=ktiays.aicursor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to turn off the diff bar and display the ai-generated code directly

WAY29 opened this issue · comments

Since I work in front of a computer with a small screen, the diff column will make the width of the code column generated by ai very small and unreadable

What UX do you suggest to use? Write the output directly to the text buffer can stop you from your current work, and it would be hard to know what actually changed.

I want to display only the code generated by ai on the right side instead of the diff bar before and after generation

Gotcha. You can try switching the diff view to inline mode (which looks like what Cursor currently have). Click "..." button in the top-right corner to reveal the menu for changing the mode.

oh this is exactly what i want, thanks