Can you hotkey code comment next to the code, rather than start of line?
Answered
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
Please sign in to leave a comment.
It's controlled by the code style settings, comment at the first column:
WOW That was fast, thanks :D !!