Xcode immediate autocompletion (not only to the next CamelCase)
- by courteous
How to make the autocompletion feature return the current suggestion (from "completion list") in full?
That is, how not to jump only to the next CamelCase with TAB ... but instead have, say, CTRL + TAB choose the suggestion immediately/in full?
Example
Having CGPDFStringGetLength selected in the "completion list", one would have to press TAB four (4) times!
first TAB get to CGPDF
then to CGPDFString
then to CGPDFStringGet
then to CGPDFStringGetLength
It would be nice to have CTRL + TAB (for example) make the above a one-step process.