You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes. I would like to use interface to "overload" methods.
The auto-completion suggestions works for the methods, but fails to provide any suggestion for interface.
As shown in the image below,
On the left, we have many interfaces. I would like to show the issue with array_construct interface.
On the right, as I type arraycon, only the auto-completion suggestion for the subroutine array_construct_realx5 is shown, not for the interface array_construct, or any of the other interfaces from the module, such as array_clear, array_push etc.
This reduces productivity, as without auto-complete suggestions, we have to type everything manually.
Describe the solution you'd like
Kindly provide auto-complete suggestions for interface.
Thanks.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes. I would like to use
interface
to "overload" methods.The auto-completion suggestions works for the methods, but fails to provide any suggestion for
interface
.As shown in the image below,
array_construct
interface.arraycon
, only the auto-completion suggestion for the subroutinearray_construct_realx5
is shown, not for the interfacearray_construct
, or any of the other interfaces from the module, such asarray_clear
,array_push
etc.This reduces productivity, as without auto-complete suggestions, we have to type everything manually.
Describe the solution you'd like
Kindly provide auto-complete suggestions for
interface
.Thanks.
The text was updated successfully, but these errors were encountered: