Skip to content
  • Sven Brauch's avatar
    Finally, there's working recursive calltips. · 7c02d419
    Sven Brauch authored
    They're sometimes shown 2, 4, 8 times, that's yet to be fixed;
    but in contrast to earlier times, the completion code can now
      * display calltips for more than one call: foo(bar(3, ...
      * display calltips and provide context-sensitive completion
        simultaneously: foo([]. // gives [] completion items and displays calltip
    7c02d419