What is the shortcut to comment out multiple lines with Python Tools for Visual Studio?
Advertisement
Answer
CTRL+K then CTRL+C adds the # in VS for selected lines.
 CTRL+K then CTRL+U removes the # in VS for selected lines.
What is the shortcut to comment out multiple lines with Python Tools for Visual Studio?
CTRL+K then CTRL+C adds the # in VS for selected lines.
 CTRL+K then CTRL+U removes the # in VS for selected lines.