mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a0a74aeb46
Implement basic code completion support for #selector with property getters/setters. The vast majority of this implementation comes from Alex Hoppen (@ahoppen), with only a handful of my own tweaks. Alex has more interesting ideas on improving this that I wasn't quite ready to commit to, so this is more basic than the overall goal.