Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Auto-completion suggestions for interface #423

Open
oxcrow opened this issue Aug 4, 2024 · 0 comments
Open

Feature Request: Auto-completion suggestions for interface #423

oxcrow opened this issue Aug 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@oxcrow
Copy link

oxcrow commented Aug 4, 2024

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.

bug

Describe the solution you'd like
Kindly provide auto-complete suggestions for interface.

Thanks.

@oxcrow oxcrow added the enhancement New feature or request label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant