zooba / indentguide

Indent Guides for Visual Studio
54 stars 18 forks source link

Feature Request: Have hovering over the line show you a tooltip with some context of the original indent #5

Open eddieparker opened 5 years ago

eddieparker commented 5 years ago

Just a random thought: on really long sections of code (i.e., python functions), it'd be nice to see what the vertical indent line 'lines' up with without having to scroll all the way to the top.

Not sure if it's trivial to do something like codelens/peek support, but even just a tooltip with the line of code to know if you're lining up to a function, an if statement, etc would be nice.