BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

support argument lists in code completion for BBj class methods #47

Closed StephanWald closed 1 year ago

StephanWald commented 1 year ago
class public Sample
    method public String write(String dr!)
    methodend
classend

a!=new Sample()
a!.w

image

dhuebner commented 1 year ago

@StephanWald Is it only about the content assist label? You expect to see write(String dr!)?

StephanWald commented 1 year ago

Yes, code completion should if possible show arguments, even different overloaded versions with different argument lists

dhuebner commented 1 year ago

@StephanWald It look now like the following:

Bildschirmfoto 2023-08-31 um 15 49 32