How to change the Ctrl - K - C from multiple single line comments, to a single multiple-line comment? - Visual Studio Code

后端 未结 0 1170
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-07 07:31

So, whenever I select multiple lines and press Ctrl+K+C, it comments like this:

//void main(){
//  print(\'hello\');
//}

I want it to comment

相关标签:
回答
  • 消灭零回复
提交回复
热议问题