swift
17520dcf - [CodeCompletion] Always suggest call pattern for nested function calls

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.
Author
Committer
Parents
Loading