-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
completions/inference: perform type inference in completions with gen…
…eric funcs When using generic functions, the LSP now tries to infer an instantiation based on the surroundings of the call expression. If successful, it improves completions for parameters of generic functions. It shouldn't collide with any pre-existing code paths. Fixes #69754
- Loading branch information
1 parent
813e3c7
commit 152e295
Showing
5 changed files
with
627 additions
and
393 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.