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

add g:go_doc_balloon #3252

Merged
merged 3 commits into from
Jun 26, 2021
Merged

add g:go_doc_balloon #3252

merged 3 commits into from
Jun 26, 2021

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Jun 26, 2021

lsp: comment out debug messages

Comment out some debugging messages that were mistakenly included in
previous commits.

lsp: optionally include godoc synopsis in hover

Add g:go_doc_balloon to allow the godoc synopsis to be included in the
hover window when go#tool#DescribeBalloon is used.

tool: remove unneeded substitution from balloon message

Remover unneeded semicolon extraction. The semicolons seem to only be
used in gopls' hover result's singleLine property and are no longer
relevant in the signature.

Comment out some debugging messages that were mistakenly included in
previous commits.
Add g:go_doc_balloon to allow the godoc synopsis to be included in the
hover window when go#tool#DescribeBalloon is used.
Remover unneeded semicolon extraction. The semicolons seem to only be
used in gopls' hover result's singleLine property and are no longer
relevant in the signature.
@bhcleek bhcleek merged commit 1d5220b into fatih:master Jun 26, 2021
@bhcleek bhcleek deleted the lsp/hover/doc branch June 26, 2021 22:16
bhcleek added a commit that referenced this pull request Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant