I want to comment out my code in this style
/**
* This is
* A multiline comment
*/
Is it possible to do with a shortcut?
EDIT 1:
https://github.com/Microsoft/vscode/issues/50301 Address this issue, however it does not work with a shortcut. I want to be able to select a block of code and comment it out in the style above