-
Notifications
You must be signed in to change notification settings - Fork 30
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
dohover will display backslash-escape for the special characters #97
Comments
I don't think this is caused by
|
Could coc-go intercept the result and rewrite it properly? vscode-go without this issue. |
Is there any workaround here? I've encountered more than that, and some |
Update: What is given above is the result of the default parameters, which are actually in JSON format. I noticed that coc/coc-go is requesting results in markdown format, so I redid the test and confirmed that gopls does have this bug:
|
@kevinhwang91 You can try |
Closing this because it needs to be fixed in coc.nvim |
@kevinhwang91 @josa42 How can you config coc-go to open hover window? When I doHover, it opens new panel with horizon split like this: |
@anhtumai That is not a coc-go config. You probably have set |
issue image:
The text was updated successfully, but these errors were encountered: