Not that I know of. However, if you look at the toolbar when you have a code editor window open, there is a section that tells you the current line and column number the cursor is on:
Another possibility is to write an add-in for the IDE that can quickly highlight a range of lines. It’s been awhile, but I’m pretty sure that the IDE’s extensibility API lets you programmatically highlight sections of code in a code editor window.