didik-myartwork/tilicode ? reverse-engineered prompt
Reverse engineered prompt
Build me a local first VS Code extension for TypeScript and TSX files that helps me understand AI generated code in a really clear way.
When I open a file, I want it to break the code into a simple anatomy view with sections like overview, UI, data, logic, interactions, and dependencies, and every explanation should point back to the exact lines it came from. I also want to be able to click from the explanation to the source code, and from selected code back to the explanation. If something cannot be proven from the code alone, show that it is only partial instead of guessing.
It should work entirely on my machine, use the current file including unsaved edits, and not send code anywhere or require any account. Support common React, Next.js, Node, Express, Nest, Vitest, and Jest patterns if possible. I also want a way to compare the current file with the saved version or git HEAD, and have the analysis update safely when I keep editing. If you need to, look up current VS Code extension docs online while building it.
Are you gonna build this?
make sure you review the code using coderabbit