Basic-Excel-R-Toolkit icon indicating copy to clipboard operation
Basic-Excel-R-Toolkit copied to clipboard

Any way to comment out multiple lines in BERT editor?

Open aagold opened this issue 7 years ago • 2 comments

I tried highlighting the text and typing Ctrl+Shift+C, as it's done in other IDE's, but it didn't work.

aagold avatar Jun 24 '18 19:06 aagold

In general, use F1 to see the command palette, and search for what you want. Although there's an option for block comments, that won't work for R because R doesn't have any multi-line comments. Instead, use add line comment / remove line comment; these will work with multiple selected lines.

duncanwerner avatar Jun 24 '18 22:06 duncanwerner

BTW this is the monaco editor, from VS code.

duncanwerner avatar Jun 24 '18 22:06 duncanwerner