swift
17520dcf
- [CodeCompletion] Always suggest call pattern for nested function calls
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[CodeCompletion] Always suggest call pattern for nested function calls When completing in cases like `bar(arg: foo(|, option: 1)`, we don’t know if `option` belongs to the call to `foo` or `bar`. Be defensive and also suggest the signature.
References
#71587 - [CodeCompletion] Always suggest call pattern for nested function calls
Author
ahoppen
Committer
ahoppen
Parents
11ef6e58
Loading