Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

When I type code breaking lines coming to space of the code. How can I eliminate it.

eg-:

C#
-----void met()
-----{
----------CompMember-cm-=-new-CompMember();
----------cm-=-proxy.returnMember();
----------mID-=-cm.MemberID;
----------mName-=-cm.MemberName;
----------mAge-=-cm.MemberAge;
-----}


If someone know eliminate this thing pls let me know.

Thanks,
Chamara
Posted
Updated 21-May-19 23:06pm
v2
Comments
[no name] 21-Aug-12 7:37am    
You want to unformat your code?
Chamara Eranda Sampath 21-Aug-12 7:43am    
yes

Hi Chamara,

Your question is not specific enough. However, if you are using C#, there are many options in Tools | Options | Text Editor | C# | Formatting.

Check the one that are of your interest and disable them.

Cheers
 
Share this answer
 
Thanks All,

I could find solution to solve this problem.

ctrl+E,S or Edit-->Advanced-->View White Space

Thanks,
Chamara
 
Share this answer
 
In visual studio 2017 you can use shortcut as
Ctrl+R,ctrl+w
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900