When using Cursor, how can I identify which parts of the code generated during the process are generated by AI and which parts are handwritten by me?
Currently there’s no built-in way to distinguish between AI-generated and manually written code after it’s been added to your files
When Cursor suggests code, you’ll see:
- Grey text for new additions
- Diff popups for modifications
But once you accept these changes, they become part of your codebase without any special markers. You might want to use comments or Git commits to track AI contributions if that’s important for your workflow