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

signature: use the suggested LSP signature when changed #10655

Merged
merged 1 commit into from
May 3, 2024

Commits on May 2, 2024

  1. signature: use the suggested LSP signature when changed

    some LSPs does update the active signature and some not. To make both
    worlds happy, make the active signature more intelligent.
    
    1. SignatureHelp store now the suggested lsp_signature
    2. if the lsp_signature changes then use it
    3. otherwise use the last signature from the old popup
    4. in case the old signature doesn't exist anymore, show the last signature
    
    Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
    karthago1 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6b739d0 View commit details
    Browse the repository at this point in the history