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 first completion target with multiple matches #59

Merged
merged 1 commit into from
Jul 9, 2023

Commits on Jul 5, 2023

  1. Add first completion target with multiple matches

    When a completion target has multiple matches, such as when editing Go code that uses generated Protobuf packages that have the same method name at multiple levels of hierarchy, insert the first match always, and display the rest in an Acme window called `/LSP/Completions` similar to `/LSP/Diagnostics`.
    
    This behaviour can be triggered by passing `-E` to `L comp` instead of `-e`. The existing behaviour for `-e` is preserved as is.
    farhaven committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b4e0ab8 View commit details
    Browse the repository at this point in the history