How to make VS to add lines(splitter) between functions ?

How to make VS to add lines(splitter) between functions

Answer this question

How to make VS to add lines(splitter) between functions ?

  • J-Chen

    There is no way to do this in C#. I do it with Resharper. Please check the link below for the Resharper option.

    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

    So there is no way to have function splitters in c#
  • How to make VS to add lines(splitter) between functions ?