I don’t think I have a question here, just looking for info from anyone who knows more about it than I do.
Whenever I ask ChatGPT to write a class for me, it always gives me something in the #tag Class … #tag End Class format. Which is fine, because that can be dropped right into a xojo_code file.
But it got me wondering about a few things. When you copy a method in the IDE, its seems to be just text because you can then go paste into a text editor and there’s your method definition. When you copy a class, that doesn’t happen - there doesn’t seem to be anything in the clipboard. You also can’t paste the AI generated class (with or without the #tags) into the IDE.
I’m guessing that AI only really knows the #tag format since that’s all they can get their virtual hands on.
