Can you hotkey code comment next to the code, rather than start of line?
已回答
When I press CTRL+/ it comments, but this is what is looks like:
// some code tabbed over
Is it possible to have it do this?
// some code tabbed over
请先登录再写评论。
It's controlled by the code style settings, comment at the first column:
WOW That was fast, thanks :D !!