As we all know Xcode's code completion is awesome and necessary at the same time. But sometimes it can be be quite annoying as well...
Is there any way that I can modify the list of possible completion results?
E.g. I'm using "CGSizeMake" all the time, but never want to use "CGSizeMakeWithDictionaryRepresentation" that is suggested in the first place. So I would like to exclude the later one. Another example is "Nil" vs. "nil".
Any information regarding how the code completions works would be appreciated.