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

Introduce lsp-completion-passthrough-try-completion #4544

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Sep 12, 2024

  1. Introduce lsp-completion-passthrough-try-completion for lsp-passthrough

    This makes is less "passthrough", but it checks that the string
    proposed by completion-basic-try-completion is actually a proper
    prefix of all the available completions. Otherwise no expansion.
    
    Which makes it more conservative.
    dgutov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9b0d9b1 View commit details
    Browse the repository at this point in the history