TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
NeCroFire
NA
86
0
VS messing with my Tab spaces in code....
Feb 19 2009 4:31 AM
Hi
I want to know if there is any way to stop VS from automatically setting spaces between the '=' ??
Sometimes I have to set a whole list of properties in code and what I like to do is put some tabs spaces in between to line them all up, something like this.
property1 = "blabla";
prop2 = "blabla";
property3ConatingName = "blabla";
This makes it much easier to read especially if you have like 20 to 30 properties...
VS for some reason sets it back sometimes. Don't really know what causes VS to reset all the tab spaces, but it's very annoying.
Thanks
Reply
Answers (
1
)
DataGridView - Difficulties refreshing data binding
place data to the grid into the row from where I had selected