mark@theDietsch.com
VB.Net editor - Allow the line continuation to allow the AndAlso \ OrElse to start on the next line.
I like to start on a new line when entering a new condition in my where statements and it would be nice if we could put the And\Or statements at the first of the line...
Where x=1
AndAlso y=3
instead of:
Where x=1 AndAlso
y=3
3
votes
Mark Dietsch
shared this idea