Add option to disable automatic comment continuation on newline #34047
Closed
northes
started this conversation in
Language Support
Replies: 1 comment 1 reply
-
|
zed/assets/settings/default.json Lines 1005 to 1006 in 955580d There's this in the default settings, seems to be what's requested? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When editing code in Zed, if I comment out a line using // and then press Enter, the next line automatically continues the comment.
While this can be convenient in some cases, it becomes annoying when I only want to write a regular line after a comment.
I would like to request an option to disable this behavior (i.e., prevent automatic insertion of // on the next line).
Example:
Thanks for the great work on Zed!
Beta Was this translation helpful? Give feedback.
All reactions