Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Format signature help when valid docstring style #6170

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

wusteven815
Copy link
Contributor

@wusteven815 wusteven815 commented Oct 4, 2024

  • Closes Markdown formatted autocomplete web-client-ui#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

devinrsmith pushed a commit to deephaven/deephaven-server-docker that referenced this pull request Oct 4, 2024
- Add `docstring_parser>=0.16` to `requirements.txt`
- Related core PR: deephaven/deephaven-core#6170
- Related issue: deephaven/web-client-ui#2247
docker/server-jetty/src/main/server-jetty/requirements.txt Outdated Show resolved Hide resolved
docker/server/src/main/server-netty/requirements.txt Outdated Show resolved Hide resolved
py/server/setup.py Outdated Show resolved Hide resolved
@wusteven815 wusteven815 changed the title feat: format docstrings when valid style feat: Format signature help when valid docstring style Oct 18, 2024
@wusteven815 wusteven815 marked this pull request as ready for review October 18, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdown formatted autocomplete
2 participants