You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, the editor does not show me doc strings for modules or nested modules. I have this:
@ocaml.doc("This hover does not show up for the top level module.")
moduleNested= {
letx="123"
@ocaml.doc("...and neither does this hover")
moduleNestedAgain= {
lety=123
}
}
And hovering Nested or NestedAgain from another file (like SomeModule.Nested or SomeModule.Nested.NestedAgain) does not show the attached doc strings.