elan-language / LanguageAndIDE

Apache License 2.0
3 stars 1 forks source link

Symbol-completion - when adding a generic Type, add '<of ' to the auto-complete #837

Closed richardpawson closed 2 weeks ago

richardpawson commented 3 weeks ago

I remember some discussion about this, but not the outcome. Can we offer generic types in the symbol-completion for a Type? If we can the Type should be shown in the symbol-completion drop-down as as e.g.

List<of

The syntax completion should then prompt for a Type>

(The generic types should include Func).

(This change might happen to fix #831 in the process).