Open ericmutta opened 7 years ago
@caslan
@ericmutta, As this is not a Roslyn issue, I created the following item in developer community site to track this issue: https://developercommunity.visualstudio.com/content/problem/109329/debugger-text-visualizer-should-support-scrolling.html. Thanks for reporting it.
@caslan As this is not a Roslyn issue, I created the following item in developer community site to track this issue
Many thanks for following up!
Version Used:
Visual Studio Community 2017 v15.3.2
Steps to Reproduce:
Write any code to put many lines of text into a variable, then under the debugger, try to view the variable's contents using the text visualizer. Example:
Expected Behavior:
You should be able to scroll through the long text using the mouse pad on a laptop (e.g. with a double finger gesture) or the scroll wheel.
Actual Behavior:
Only way to scroll is to use the vertical scroll bar on the right, which requires a lot of moving back and forth, especially on a laptop when you don't have an external mouse handy. The main code editor works just fine with all mouse pad gestures, so this is probably just an oversight.