How do I comment out several lines of text selected in the IDE with a control key combination?
I thought that Ctrl + Alt + C was the cor
if you are findind keyboard shortcuts for Fix doc comment like this:
/** * ... */
you can do it by useing Live Template(setting - editor - Live Templates - add)
/** * $comment$ */