AnantSaxena11/AUTOSAR-CHECKER — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a VS Code extension that works like a spell checker for AUTOSAR compliance in C and C++ files. I want it to watch .c, .cpp, .h, and .hpp files as I type, underline problems in real time, and show the exact AUTOSAR rule code and a short explanation when I hover. It should also have quick fixes so I can suppress a warning on the current line or the next line by inserting the right comment automatically.

Please include a command in the Command Palette to check the current file on demand, and make sure the extension feels polished and easy to use. It should cover the AUTOSAR C++14 rules as much as this project realistically can, with pattern based checks for the rules that are practical right now, and clear documentation or references for the rest. If something needs deeper parsing and is not reliable yet, be honest about that in the docs.

Make it runnable from source, testable in VS Code, and packageable as an installable extension. Check current VS Code extension docs online if you need to.

Want more depth? Deep Reverse