-
Notifications
You must be signed in to change notification settings - Fork 124
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
bug: Strange signatureHelp markdown rendering #1020
Comments
I also have this issue with rust-analyzer. The issue also causes any LSP links in the signatureHelp to break. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
wuht. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
No. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-903+gab98c5b5a
Operating system/version
Windows, WSL
Describe the bug
The rendering of google-style Python docstrings is different compared to Neovim's built-in signature help.
Built-in
Noice
As you can see, the indentation of parameters is getting "flattened", the parameter names are listed twice, and
value
has its description written twice where the other two parameters are listed twice but the description only onceSteps To Reproduce
Using this example file:
reproduction.lua
nvim -u reproduction.lua test.py
foo()
parenthesesExpected Behavior
The docstring should be largely the same formatting as the original. Parameters are listed exactly once, with description information.
Repro
The text was updated successfully, but these errors were encountered: