pasting comment text into code without auto-format mutilation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zytan

    #1

    pasting comment text into code without auto-format mutilation

    With exception to turning auto-format off, in VB .NET, is it possible
    to paste copied text (say from an online help source) into the code,
    that spans multiple lines, into the VB .NET code without the auto-
    formatter formatting everything?

    It thinks every second word is a functions, and postfixes () at the
    end. If it were on one line, I could just type ' and then paste. I
    wish VB .NET had multi line comments. I like the auto-formatter, so
    I'd rather not turn it off.

    Zytan

Working...