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

[Bug] Parent class methods are not suggested, but recognized #675

Closed
sewbacca opened this issue Sep 14, 2021 · 4 comments
Closed

[Bug] Parent class methods are not suggested, but recognized #675

sewbacca opened this issue Sep 14, 2021 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@sewbacca
Copy link
Contributor

Describe the bug
When having a class hirarchy, parent methods are not suggested, but if typed correctly, arguments will be shown.

To Reproduce
Steps to reproduce the behavior:

  1. Create a class A
  2. Create a class B : A
  3. Create a method in class A
  4. Create object of class B
  5. Type object. and see no suggestion for method in class A
  6. When typed anyway, argument resolution still kicks in

Expected behavior
Suggesting methods from parents

Screenshots
Parent-Methods-are-not-resolved.gif

Environment (please complete the following information):

  • OS: Windows
  • No WSL
  • Client: VSCode
@HeeMyung
Copy link

I also hope that this feature will be supported.
Love this plugin so much!

@Cassolette
Copy link
Contributor

Cassolette commented Sep 14, 2021

This is probably the same as #660 which has been fixed in master

@sewbacca
Copy link
Contributor Author

This is probably the same as #660 which has been fixed in master

I'm on version 2.3.7. Isn't it up to date?

@sumneko sumneko added the duplicate This issue or pull request already exists label Sep 16, 2021
@sumneko
Copy link
Collaborator

sumneko commented Sep 16, 2021

This fix will release on 2.4.0

@sumneko sumneko closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants