I've got Firebug open in a separate split window, with the Console on the left and the large command-line area on the right. I'm experimenting with a function, but it's awkward compared to my text editor, because in Firebug the only way I know how to comment (or un-comment) lines of code is by manually typing or deleting the comment marks.
I searched online for Firebug keyboard shortcuts for this but couldn't find any. Also couldn't find it in Firebug's menus, including right-click.
Is there any way to comment/uncomment lines of selected code in Firebug, other than typing manually?
Thanks.