Swift dot method suggestion frequently doesn't work Follow
Answered
I'm frequently having problems in my swift 3 project where AppCode is not providing me a list of methods when I reach the dot on a variable
Today it's not working on a UITableView where once I type tableView. nothing appears anywhere I try in the file.
It seems to be completely random, but unless it's something simple like tableView.reloadData I need to switch to Xcode to complete it. It's really frustrating. Why is this happening?
Please sign in to leave a comment.
Hi,
The issue with completion on tableView is caused by OC-11986. Please vote for it. We are hoping to address it in upcoming AppCode version(s).
Thanks, I've starred it.