Xcode and Swift: change order of suggestion when coding -
i'm new swift language , using xcode too.
how change order of code suggestion when programming?
for example, when type int
, xcode giving me these suggestions:
intmax_t
int
internal
...
i think advantage have int
first suggestion. there way have issue fixed?
i tried typing bunch of time int
, select "int" option, see if xcode orders suggestion used, keeps giving me same.
Comments
Post a Comment