Skip to content

Signature window doesn't appear after inserting function from completion list #393

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

Closed
2 tasks done
bartekjaszczak opened this issue Nov 27, 2024 · 2 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@bartekjaszczak
Copy link

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

The signature window doesn't appear immediately when I'm selecting function from the completion list. The function and its parameters are inserted correctly and the cursor jumps to the first parameter, but the signature window doesn't appear until I trigger it manually by deleting pre-inserted brackets and type the left bracket again (or insert a comma after first argument).

The behaviour is identical no matter whether the nvim-autopairs plugin is enabled or not.

Relevant configuration

accept = { auto_brackets = { enabled = true } },
signature = {
  enabled = true,
  trigger = {
    show_on_insert_or_trigger_character = true,
  },
},
windows = {
  autocomplete = {
    border = "rounded",
    selection = "manual",
  },
  documentation = {
    border = "rounded",
    auto_show = true,
  },
  signature_help = {
    border = "rounded",
  }
}

neovim version

NVIM v0.10.2

blink.cmp version: branch, tag, or commit

main

@bartekjaszczak bartekjaszczak added the bug Something isn't working label Nov 27, 2024
@Saghen Saghen closed this as completed in 04ff262 Nov 28, 2024
@Saghen
Copy link
Owner

Saghen commented Nov 28, 2024

Fyi, on main, the configuration was reworked

@bartekjaszczak
Copy link
Author

Thanks a lot! I'll double check the config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants