Is it possible for Xcode to show the relative number after the code is folded? Instead of showing the relative line number before code is folded.
For example, in the case below, for the line with "}", 2 should be displayed instead of 45.
It really bothers me when jumping to the target line in vim mode. The number I key in doesn't match the number show in the left side of editor.
My point is, at least make the number used in jumping command in vim mode matches the number show in the left side of the editor.