This question already has answers here:
Why does the Visual Studio editor show dots in blank spaces?
(11 answers)
Closed 7 years ago.
As the pic .
How can I delete the dots? I have reset to the default setting of VS, but doesn`t work.
Edit | Advanced | View Whitespace
Ctrl+R, Ctrl+W
I believe this is what you may be looking for
Go to:
Edit->Advanced->View White Space (CTRL+E,S)
Related
This question already has answers here:
Visual Studio debugger - Displaying integer values in Hex
(7 answers)
Closed 2 years ago.
Image
Anyone else faced the same issue. Eveything was okay and now VS19 last version shows me this for list Count. Please don't give attention to the names I'm trying to fixed that from hour and a half.
There is an option in the context menu when you right click the value in the watch window called "Hexadecimal display" - try turning it off
This question already has answers here:
Disable Visual Studio 2015 extra debug option
(5 answers)
Closed 6 years ago.
So whenever I try and run any WPF application in Visual Studio 2015, this black box thingy appears:
Here's what the icons say:
How do I get rid of it?
Thanks.
You're looking at the UI Debugger, which lets you do similar things as Snoop, which is also an excellent tool that has saved me a lot of trouble in the past.
That being said, you have two options to disable it:
Detach the debugger, or run without debugging
See the answers in this post
This question already has answers here:
Black dash / line on visual studio 2012 left margin
(2 answers)
Closed 7 years ago.
Somehow, one of the lines in my source code became marked with a black arrow-shaped icon pointing to the right. I'm familiar with bookmarks and breakpoints, but I can't find a clue about this one. It is the top-most icon in the screenshot below.
What is the purpose of this symbol?
That icon indicates that the line is a Find Result from the last time you did a "Find In Files."
This question already has an answer here:
VS2010 - Dashes show for all spaces
(1 answer)
Closed 7 years ago.
How can I get rid of this dashes in Visual Studio?
This is an option in Edit -> Advanced -> View White Space. Turn that option off.
By default, Ctrl+R, Ctrl+W will toggle the option.
You just need to Go to Edit -> Advanced and uncheck "View whitespace".
Short cut is CTRL+E + S
This question already has answers here:
How to hide reference counts in VS2013?
(5 answers)
Closed 9 years ago.
The reference labels enclosed by red rectangles are distracting. How to hide them?
You may check out Configuring Code Information Indicators in Visual Studio 2013
and try this:
Tools--> Options --> Text Editor --> All Languages --> Code Information Indicators