danr / kakoune-languageclient

WIP: Language server protocol client for the Kakoune text editor
MIT License
9 stars 0 forks source link

Handle overloaded names in completion menu #5

Open danr opened 6 years ago

danr commented 6 years ago

mawww on IRC (not entirely verbatim):

New feature request: overload support Currently seems we get a menu entry for one overload of a function, maybe display additional overloads in the info box in completions one solution is to mimic what clang.kak does, display only the name in the menu (without parameters) and display each overload with parameters in the info box

Related: #2