dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

Signatures and docstrings are not displayed properly when hovering on function in VSCode (maybe in other IDEs as well))

Open emmanuelle opened this issue 5 years ago • 0 comments

In VSCode, hovering over a function or class name displays its signature and docstring. For some reason, this does not seem to work with dash_core_components or dash_html_components objects, see for example the screenshot below. image

I'm not sure why, since this is supposed to work out of the box (I checked that it works even for a function defined in the same module).

emmanuelle avatar Aug 14 '20 15:08 emmanuelle