All activity
OmniType is a VS Code extension that tracks code provenance at the line level. Every line gets tagged as manually typed, AI-completed, or pasted. For individuals it answers "how much of my code is actually mine." For teams it makes AI usage visible during code review without guessing.
Built on editor events rather than file watchers, with LCS diffing on large AI rewrites so preserved lines don't get wrongly attributed.
Extension is free. Cloud sync and team features are paid.

OmniTypeKnow exactly how your code gets written
Rishav Kumarstarted a discussion
How much of your daily coding is actually typing vs accepting AI suggestions?
I thought I knew my own ratio. I was wrong by a lot. The way we write code has quietly shifted. A couple years ago almost every line was hand written. Now a chunk of it is reviewing and accepting suggestions. But nobody really knows their own number because nothing actually tracks it at the line level. That's what pushed me to build OmniType. Curious what others are seeing in their own...
Rishav Kumarleft a comment
Hey PH! Rishav here, maker of OmniType. This started because I genuinely had no idea how much of my own codebase I wrote versus accepted from Copilot. Same problem for my teammates. During code review there was no way to tell which lines came from AI and which were hand written. The interesting technical challenge was that file system watchers are useless for this since they fire for git pulls,...

OmniTypeKnow exactly how your code gets written
