Depending what is selected in the text editor the keyboard shortcut to comment a block of code (an implemented wish list item) will either insert a block comment (/* .. */) or it will prefix all lines with a single line comment (//). Please let the user decide which to use by separating them into separate shortcuts. I, for example, would almost always prefer to prefix lines with //.