facebook / starlark-rust

A Rust implementation of the Starlark language
Apache License 2.0
673 stars 53 forks source link

lsp could use better newline in single-line comments #91

Open cjhopman opened 11 months ago

cjhopman commented 11 months ago

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.