Files
neovim/runtime/lua/vim
Mathias Fußenegger ff1730373c lsp/completion: show duplicates in completion popup #11920
Allow duplicates so that in languages with overloaded functions it will
show all signatures.

E.g. instead of having a single (last one wins)

    add(int index, String element)

It shows all signatures:

    add(String e) : boolean
    add(int index, String element) : void
2020-02-21 00:34:07 -08:00
..
2018-12-20 11:57:30 +01:00
2019-11-20 11:39:54 -08:00