add support for metadata comments #17
prabirshrestha
started this conversation in
Ideas
Replies: 1 comment
|
Thanks @prabirshrestha. I moved this here as a discussion because I think think is something that deserves more free form conversation rather than a simple fix |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For example one could set metadata comments on fields or types to provide a lot more concrete information such as sql types or char limit or other hints.
this could just be
@key(value)and could be anything.might be somethign similar to golang comments but this could be super long.
this might not be good as it could be too long.
this is more to add extra metadata as comments that one could try to parse into structed data for UIs if needed to show better diagrams or help llm understand and generate code.
All reactions