Using some visual studio keyboard shortcuts, I'm trying to highlight a function definition in a more efficient way than "Line Down Extend" Shift+Down Arrow (too many keystrokes).
The closest I can get is highlighting the body with "Goto Brace Extend" Ctrl+Shift+]
However, this omits the function declaration public Function()
. If the declaration is first highlighted with Shift+Down Arrow, it becomes un-highlighted when Ctrl+Shift+] is pressed.