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

Adjust filterText and completion list ordering for method declarations #2907

Closed
hopehadfield opened this issue Oct 17, 2023 · 0 comments · Fixed by #2908
Closed

Adjust filterText and completion list ordering for method declarations #2907

hopehadfield opened this issue Oct 17, 2023 · 0 comments · Fixed by #2908
Assignees
Labels

Comments

@hopehadfield
Copy link
Contributor

Two issues are present with snippets for method declarations.

  1. The filterText contains only the method name, so the snippets do not filter by parameters
    Peek 2023-10-17 14-43

  2. The completion list is not sorted correctly. They are being sorted lexicographically including the parameters, when only the method names should be sorted as such, followed by a sorting by number of parameters.
    Screenshot from 2023-10-17 14-10-42

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

Successfully merging a pull request may close this issue.

2 participants