As the creator of a JavaScript library, I am intrigued by how some libraries display function parameters and definitions when hovering over them in VSCode. Despite my efforts to add jsdoc style comments around the class definitions, I have not been able to achieve this feature. It seems like a simple task, but I can't seem to figure it out. You can find the project link here: https://github.com/isaacgr/jaysonic
If someone could provide guidance on how to implement this functionality, I would greatly appreciate it.
One example that showcases what I am trying to achieve is the behavior of JSON.parse.