We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
C-S-c
The text was updated successfully, but these errors were encountered:
Duplicate of #1505
Sorry, something went wrong.
Woh I am blind, thanks for quick reply!
No branches or pull requests
Describe your feature request
Currently the comment system works like:
// let thing = 3;
Switching from vscode, I try to uncomment:
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?The text was updated successfully, but these errors were encountered: