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 mode #7284

Closed
llogiq opened this issue Jun 7, 2023 · 2 comments
Closed

comment mode #7284

llogiq opened this issue Jun 7, 2023 · 2 comments
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue

Comments

@llogiq
Copy link

llogiq commented Jun 7, 2023

In VSCode, when I type "enter" in line comments, it extends the comment automatically, e.g.

Before

/// something something| (<- cursor is here)

After pressing the enter key

/// something something
/// | (<- cursor is here)

Unfortunately, helix doesn't seem to do that yet.

@llogiq llogiq added the C-enhancement Category: Improvements label Jun 7, 2023
@the-mikedavis
Copy link
Member

Duplicate of #1730

@the-mikedavis the-mikedavis marked this as a duplicate of #1730 Jun 7, 2023
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2023
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Jun 7, 2023
@llogiq
Copy link
Author

llogiq commented Jun 8, 2023

Oops, I somehow missed that, even with issue search for comment/comments. Sorry. I blame GitHub search.

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