Navigate->symbol should show implementation file of type first
When i use Navigate->Symbol... and enter a type, that types file should be the first listed. The type that i use this most for is referenced from several other files and for some reason those other files come up first.
for example, let's say the type is Foo. And I have other files (RefFoo etc) in which Foo is a property.
Typing "Fo" in the quick open in my specific case (I don't know if this always happens for other combinations) brings up this list:
Foo - DebugFoo.m
Foo - RefFoo.m
for example, let's say the type is Foo. And I have other files (RefFoo etc) in which Foo is a property.
Typing "Fo" in the quick open in my specific case (I don't know if this always happens for other combinations) brings up this list:
Foo - DebugFoo.m
Foo - RefFoo.m
Foo - Foo.m
("Sort items Lexicographically" is NOT checked)
Or am I not thinking this through?
Thanx
("Sort items Lexicographically" is NOT checked)
However, in almost every case I would want the implementation file first.
Or am I not thinking this through?
Thanx
Please sign in to leave a comment.
https://youtrack.jetbrains.com/issue/OC-12571
OC-12571 Navigate->symbol should show implementation file of type first