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

method completion based on class ancestors? #2

Open
DeeeeLAN opened this issue Sep 27, 2019 · 2 comments
Open

method completion based on class ancestors? #2

DeeeeLAN opened this issue Sep 27, 2019 · 2 comments

Comments

@DeeeeLAN
Copy link

When I am auto-completing a task or function from a class, it only shows methods within that class, no inherited methods. Is this something that should be there but I am not seeing it for some reason, or would it need to be added?

@TheClams
Copy link
Owner

It is not implemented yet, mainly for performances reason..

@DeeeeLAN
Copy link
Author

Makes sense. Could it be put on background threads and the list update as the threads return?

I think the ideal would be if each class was cached somewhere with all its methods and ancestor methods, then you just have to retrieve that list. I don’t know if you are currently doing much caching or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants