Xcode 4 "Fix it" - when does it appear?

I would like to know when "Fix-it" will appear? Is it possible to appear in all errors (and suggest a change?) Assignment when it should be comparison Obviously, there was a bug in my code that Fix-it analyzed and detected. But can this help me even more?

+4
source share
1 answer

Unfortunately, Fix-it does not support all errors / warnings. I was looking for a list of supported ones, without such luck. Probably more will be added in future releases. This is still a very new feature, so Apple will see how things go, improve, adapt and update.

+4
source

Source: https://habr.com/ru/post/1343918/


All Articles