[PATCH] D25520: [CodeCompletion] Add block placeholders when completing member access for Objective-C block property setters
Argyrios Kyrtzidis via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 14:11:12 PDT 2016
akyrtzi added a comment.
Another recommendation for follow-up. When invoking completion on the right-hand side of the assignment it should provide a block literal completion with high priority. For example, when completing like this:
`self.foo = <COMPLETE>`
Repository:
rL LLVM
https://reviews.llvm.org/D25520
More information about the cfe-commits
mailing list