I discovered the Document window which allows me to quickly jump to Methods in my C# files. However, I noticed one scenario where clicking a method in the Document Window does nothing on the screen except change the current Line Number. This occurs if the method signature is already on the screen (text editor). When this happens I have to manually find the method on the screen. At a minimum I would like to make the Current Line # more prominent. How can I make the Current Line # in the Left Gutter more prominent. Event better, how can I make the Document Window Highlight the Method Signature and center on it everytime?
Thank you