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).
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).