I am using VS 2015 and some of my team members are using VS 2013. In VS 2015, we do not require "underscore" (_) to indicate statement across multiple lines. Is there a way to turn it off in VS 2015 ?
Asked
Active
Viewed 1,353 times
2
-
1Implicit line continuations was a new feature in VS2010. – Damien_The_Unbeliever Aug 26 '15 at 08:29
-
1Are you thinking of multi-line strings, rather than statement continuation? – Blackwood Aug 26 '15 at 12:18
-
I am looking for both of them – Brij Aug 26 '15 at 13:47
-
Possible duplicate of http://stackoverflow.com/questions/31874556/prevent-visual-studio-2015-from-removing-line-continuation-characters-in-vb – Matt Roy Feb 01 '17 at 15:56