SamerAssil/TulipBetterComments — reverse-engineered prompt
Reverse engineered prompt
Build me a Delphi IDE plugin called TulipBetterComments that makes comments easier to scan while coding. It should work in Delphi 11 Alexandria or newer and install as an IDE package.
The plugin should watch the code editor as it paints text and colorize only single line comments that start with special prefixes, without changing the real syntax highlighter or editing the source code. Use red for comments starting with //*, orange for //!, and blue for //?. Normal comments should stay exactly how Delphi already shows them.
I want it to be simple to build and install from the package in the Delphi IDE. After install, it should start working right away in open editor tabs if possible, with no complicated setup. Include a short README that explains what each prefix means, shows a Pascal usage example, and lists the Delphi version requirement.
Want more depth? Deep Reverse