Software Development Network>> Visual C#>> How to make VS to add lines(splitter) between functions ?
That is VB.Net specific - See Tools->Options : Text Editor. In the VB section you have VB specific where you can enable/disable the function separator lines. AFAIK it is not available in C# or VC++.
--SvenC
Not that I know of.
How to make VS to add lines(splitter) between functions ?
J-Chen
http://www.jetbrains.com/resharper/documentation/help20/Options/blanklines.html
Landon Parks
That is VB.Net specific - See Tools->Options : Text Editor. In the VB section you have VB specific where you can enable/disable the function separator lines. AFAIK it is not available in C# or VC++.
--
SvenC
matman13
Not that I know of.
--
SvenC
kevinrj0314