Comment all selected lines in a test

Hi guys!

Is possible to comment on all selected lines on a test like on VSCode or other IDE when pressing ⌘ + / ?
Ive been using ⇧ + ⌥ + A, but its not what i want.

Thanks!

Hi @shaga85

Not sure about shortcut keys but you can block-comment using a start and finish like this.

/*
{your tests}
*/

Hey!

Yeah, that’s what the shortcut ⇧ + ⌥ + A does. I wanted a // behind each line.

As far as I am aware I don’t believe there is a shortcut for this.
(Someone may be able to prove me wrong though…)