Line Comment not adhering to cursor position or indentation

已回答

When using the line commenting hotkey Ctrl+/ I want it to place the // at the cursor. Instead, it always places it in column 0 of the given line. I've ticked and unticked the setting comment at first column under the Wrapping and Braces tab in Settings > Editor > Code Style > Java, but there is no change in behavior either way. How can I force it to stop placing the // at the first column of the line?

4

You can disable it here:

 

8
Avatar
Permanently deleted user

Thank you, that's what I needed.

1

请先登录再写评论。