You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often you want to introduce a newline in a single line (#-style) comment where the newline continues the comment.
rust analyzer supports this via a setting ("Continue Comments On Newline") and that could be fine. an alternative i've seen would be that cmd-enter would continue while regular enter wouldn't.
The text was updated successfully, but these errors were encountered:
cjhopman
changed the title
Starlark lsp could use better newline in single-line comments
lsp could use better newline in single-line comments
Aug 29, 2023
Often you want to introduce a newline in a single line (#-style) comment where the newline continues the comment.
rust analyzer supports this via a setting ("Continue Comments On Newline") and that could be fine. an alternative i've seen would be that cmd-enter would continue while regular enter wouldn't.
The text was updated successfully, but these errors were encountered: