dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.06k stars 4.04k forks source link

Debugger text visualizer should support scrolling via mouse wheel and mouse pad. #21894

Open ericmutta opened 7 years ago

ericmutta commented 7 years ago

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:

vs_debugger_text_visualizer

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.

tmat commented 7 years ago

@caslan

caslan commented 7 years ago

@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.

ericmutta commented 7 years ago

@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!