BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

Offer Arguments of Java Classes in Code Completion #49

Closed StephanWald closed 1 year ago

StephanWald commented 1 year ago

image

use java.util.HashMap
hm! = new HashMap()
hm!.pu
dhuebner commented 1 year ago

Check if we have parameter information from java already. Estimated 4 if not.

See also #47

dhuebner commented 1 year ago

@StephanWald

Works almost the same way as for #47. Return type is also shown.

Bildschirmfoto 2023-08-31 um 15 53 04