I am trying to use jsDoc for my mobx-state-tree powered app but it does not react the way I want.
Visual studio code does not show me the right properties of the corresponding type:
jsDoc is a huge help when it comes to refactoring and keeping js code bug free! But how can I make use of it in this case?
I found this, but it seems it's not really used by anyone: https://github.com/Feverqwe/mst-jsdoc-gen
I really wonder how other devs are dealing with this!