Some docstring headers (numpy/scipy/etc) are too big in tooltips #2694
Replies: 5 comments
-
And of course pylance is closed source, that means the community can't fix the problem. |
Beta Was this translation helpful? Give feedback.
-
I think that's intended, numpy has formatted docstrings too. |
Beta Was this translation helpful? Give feedback.
-
With Jedi, it looks much more sane. |
Beta Was this translation helpful? Give feedback.
-
See also #48. We do a loose translation of docstrings; these is restructured text headers, which we do (mostly) handle, but the first header size in markdown (what VS Code renders) is an HTML h1, which is of course large. This could be improved. (This code is not closed, and is a straight port from MPLS: https://github.com/microsoft/pyright/blob/master/packages/pyright-internal/src/analyzer/docStringConversion.ts) |
Beta Was this translation helpful? Give feedback.
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the hover that I see:
It has giant fonts.
I'd rather not have a hover than to have this.
Beta Was this translation helpful? Give feedback.
All reactions