Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cursor did not move right during ctrl K + ctrl / #2148

Open
cloud42 opened this issue Feb 18, 2025 · 3 comments
Open

cursor did not move right during ctrl K + ctrl / #2148

cloud42 opened this issue Feb 18, 2025 · 3 comments

Comments

@cloud42
Copy link

cloud42 commented Feb 18, 2025

int something = 123;| <----- cursor at end
//int something = 12|3; <----- ctrl K + ctrl / , cursor not move

in vscode, will move right 2 chars.

@kallisto56
Copy link
Contributor

VSCode:

vscode-toggle-comment.mp4

Beef:

beef-toggle-comment.mp4

@cloud42
Copy link
Author

cloud42 commented Feb 19, 2025

I see, I should use Ctrl+T. It works fine for me, at least when the cursor is at the end of the line.

@marsej
Copy link
Contributor

marsej commented Feb 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants