Basic-Excel-R-Toolkit
Basic-Excel-R-Toolkit copied to clipboard
Any way to comment out multiple lines in BERT editor?
I tried highlighting the text and typing Ctrl+Shift+C, as it's done in other IDE's, but it didn't work.
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.
BTW this is the monaco editor, from VS code.