Click here to Skip to main content
15,888,461 members
Articles / Shortcut
Tip/Trick

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Mar 2011CPOL 18.8K   1  
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)


Written By
Software Developer Working in Ahmedabad, Gujarat, India
India India

I am working as a Software Engineer in Ahmedabad, Gujrat, India.

I have 12+ Years of Experience in Microsoft Technology Like Asp.Net 4.0,
C#,MVC,EntityFramework, Javascript, Crystal Reports, JQuery etc.

Find out more on :




Comments and Discussions

 
-- There are no messages in this forum --