issues
search
deephaven
/
deephaven-core
Deephaven Community Core
Other
257
stars
80
forks
source link
feat: Format signature help when valid docstring style
#6170
Open
wusteven815
opened
1 month ago
wusteven815
commented
1 month ago
Closes
https://github.com/deephaven/web-client-ui/issues/2247
Adds
docstring_parser
library for autocomplete usage
If a valid docstring is found, format the autocomplete help tooltip with markdown, similar to how VS Code does it
Regular docstrings can now use Markdown, but the whitespace style follows plain text
docstring_parser
library for autocomplete usage