LSP(?) proposal: insert empty comment after Enter
when writing multi-line comments.
#1873
hayleigh-dot-work
started this conversation in
Ideas & suggestions
Replies: 1 comment 2 replies
-
This is an editor feature rather than LSP. I used to have this in neovim, I would love it in vscode if someone knows how to do that! |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Because gleam doesn't have a multi-line comment syntax (which is fine) it becomes a bit tedious having to write a bunch of
///
when writing multi-line docs.I'd really love it if there was a way for my editor to just insert a blank comment after a newline if I do:
so that i end up with
Not entirely sure what it would take to make that happen, though. Might not be LSP related at all 🙃
Beta Was this translation helpful? Give feedback.
All reactions