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

Autocomplete of methods for given variables #980

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

krystophny
Copy link

Fixes #979.

For every PR, please check the following:

@krystophny krystophny changed the title Draft for method completion Autocomplete of methods for given variables Aug 9, 2021
@krystophny
Copy link
Author

The initial version is working. Up to now, it has autocomplete for functions available from the SymbolServer that have methods that exactly match the type of a single first argument. Next steps should be to support

  • User-defined functions in outside SymbolServer database (current scope / Main)
  • Matching functions with multiple arguments

@pfitzseb could you have a look if the general idea and functionality is OK? I won't have much time in the coming days to continue, but maybe this may serve as a basis for further work. Do you think one could merge also such a "minimal version" in case the other features are much harder to realize?

@davidanthoff davidanthoff removed this from the Backlog milestone Oct 15, 2022
@xgdgsc xgdgsc mentioned this pull request Mar 1, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete of methods for given variables
3 participants