rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

feat: support folding multiline arg list & fn body in one folding range

Open Young-Flash opened this issue 6 months ago • 0 comments

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?

PixPin_2025-06-21_15-04-10-20250621150413-96nvznw

close https://github.com/rust-lang/rust-analyzer/issues/19299

Young-Flash avatar Jun 21 '25 07:06 Young-Flash