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

doc: get package from LSP #3559

Merged
merged 1 commit into from
Jun 19, 2023
Merged

doc: get package from LSP #3559

merged 1 commit into from
Jun 19, 2023

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Jun 19, 2023

Get the package name of the identifier under the cursor using the doc
link provided by lsp to improve performance vs trying to rely on go list
via go#tool#Imports() to get the package name.

Fixes #3546

@bhcleek bhcleek added this to the vim-go v1.29 milestone Jun 19, 2023
@bhcleek bhcleek force-pushed the doc/perf branch 2 times, most recently from 3ce44e9 to 17c7793 Compare June 19, 2023 21:23
Get the package name of the identifier under the cursor using the doc
link provided by lsp to improve performance vs trying to rely on go list
via go#tool#Imports() to get the package name.

Fixes fatih#3546
@bhcleek bhcleek merged commit 74c07ef into fatih:master Jun 19, 2023
9 checks passed
bhcleek added a commit that referenced this pull request Jun 19, 2023
@bhcleek bhcleek deleted the doc/perf branch June 19, 2023 23:43
@agis agis mentioned this pull request Jun 20, 2023
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.

GoDoc 8 second lag
1 participant