rust-analyzer
rust-analyzer copied to clipboard
feat: support folding multiline arg list & fn body in one folding range
It would be convenient to just one-click fold arg list and func body(TypeScript does). However, this behavior is inconsistent with now, perhaps we need a configurable setting that allows users to customize it?
close https://github.com/rust-lang/rust-analyzer/issues/19299