You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see a comment removal like VS's Ctrl+k ctrl+u (Edit.UncommentSelection) and Edit.ToggleLineComment actions. There are multiple ways in which Beef's ctrk+k ctrl+t (CommentToggle) does not remove comments in similar manner but does something else instead when dealing with line comments.
edit: I see there's Ctrl+k ctrl+u (UncommentSelection). I just missed it as it was not near the Comment ones in the key-bind list.
int something = 123;| <----- cursor at end
//int something = 12|3; <----- ctrl K + ctrl / , cursor not move
in vscode, will move right 2 chars.
The text was updated successfully, but these errors were encountered: