Plugin comments #102
Unanswered
karlo-humanmanaged
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have tried using your mintlify plugin in VSCode and it is amazing. I just noticed that it doesn't correctly recognize react components that are ref forwarded. Although it gave a gist of what the component is, it didn't generate a correct JSDoc that shows its parameters and return types.
Also, I'm comparing the description that your plugin generates vs the description generated by another plugin (CodeGPT)
I'm not sure if you are using openai under the hood, but codegpt does. (you are required to have a paid openai account)
Here's an example of the description from your plugin:
codeGPT generates this:
both are generated from this code:
Beta Was this translation helpful? Give feedback.
All reactions