Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / shortcut

How to Remove Dot signs viewed instead of spaces (White Spaces)?

5.00/5 (2 votes)
8 Mar 2011CPOL 19.2K  
How to Remove Dot signs viewed instead of spaces (White Spaces)?
Today, I was developing my project and by mistake I pressed some combination of keys and VS replaced all the spaces with dots.

I have tried a lot to remove it but it took a long time for me. So I thought let me write a post about how to show/hide white space characters from .cs file.

We can do it in 2 ways:

1. From Menu
Go To Edit → Advance → View White Space

And

2. Using Short Cuts.

There are two short cuts for this issue:

1. Ctrl + R + W
2. Ctrl + E + S

Original Source

Toggle Dot n White Space

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)