Hello,
I'm starting with xcode and the 1st thing I can't find is the "jump to declaration" function. Not the jump to definition but declaration. I'm used to Eclipse and there it's the F3 key
Thanks,
Tex
I'm starting with xcode and the 1st thing I can't find is the "jump to declaration" function. Not the jump to definition but declaration. I'm used to Eclipse and there it's the F3 key
int myInt;
... // a lot of code
// I want to jump from here to the 1st line
myInt = 10;
Thanks,
Tex