tenfyzhong/CompleteParameter.vim

Is there a demo show how to use select previous and next overload

minrui-hust opened this issue · 1 comments

Issue Prelude

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim
  • Language
    • C
    • C++
    • go
    • python
    • rust
    • javascript
    • typescript
    • erlang

Completion Engine and Commit SHA

Minimal Configuration

Issue Details

Messages

nmap <c-d> <Plug>(complete_parameter#overload_down)
imap <c-d> <Plug>(complete_parameter#overload_down)
smap <c-d> <Plug>(complete_parameter#overload_down)
nmap <c-u> <Plug>(complete_parameter#overload_up)
imap <c-u> <Plug>(complete_parameter#overload_up)
smap <c-u> <Plug>(complete_parameter#overload_up)

You should map the overload selection mappings first. In the parameters, type <c-d> or <c-u>.