-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: show args completions for all matching overloaded methods (
#5287) 1. added fallback for arg completions for overloaded methods in Scala 3 (previously no arg completion would be visible) 2. in Scala 2, choose the matching ones from overloaded methods and collect matching arg completions from all of those
- Loading branch information
1 parent
eb96272
commit 4690573
Showing
4 changed files
with
542 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.