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

Commits on Jun 19, 2023

  1. doc: get package from LSP

    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 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b7decf5 View commit details
    Browse the repository at this point in the history