comment toggling

is there a way to truly toggle comments? I mean, a line that is not commented will get # added to the front, but for a line that has already been commented out the # will be removed. vscode doesn't do it either, but Notepad++ does (ctrl + q)

0
You can assign "Comment with Line Comment" shortcut in the keymap settings, it does exactly what you want.
0

请先登录再写评论。