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

Comment / Uncomment with multiline comments #2613

Closed
zyansheep opened this issue May 30, 2022 · 2 comments
Closed

Comment / Uncomment with multiline comments #2613

zyansheep opened this issue May 30, 2022 · 2 comments
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue

Comments

@zyansheep
Copy link

Describe your feature request

Currently the comment system works like:

let thing = 3;
// let thing = 3;

Switching from vscode, I try to uncomment:

/* let db = namespace.store(ser);
fs::File::create(file).unwrap(); */
// /* let db = namespace.store(ser);
// fs::File::create(file).unwrap(); */

But it doesn't uncomment correctly...

Should there be multiple commenting options for multiline vs singleline comments? maybe something like C-S-c for multiline?

@zyansheep zyansheep added the C-enhancement Category: Improvements label May 30, 2022
@the-mikedavis
Copy link
Member

Duplicate of #1505

@the-mikedavis the-mikedavis marked this as a duplicate of #1505 May 30, 2022
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label May 30, 2022
@zyansheep
Copy link
Author

Woh I am blind, thanks for quick reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants