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

Support code folding ribbon

Open cjwcommuny opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

Currently the extension doesn't support folding ribbon as shown in the screenshot.

截屏2023-06-23 18 10 57

Describe the solution you'd like

Support it!

Additional context

Environment:

  • Nova 11.2
  • nova-rust 2.3.2

cjwcommuny avatar Jun 23 '23 10:06 cjwcommuny

Yep, I should add code folding queries. Thanks for bringing this to my attention! I feel like folds used to come for free with symbols but maybe that changed with Tree Sitter? Admittedly, I don't use folding because folds are forgotten between sessions.

kilbd avatar Jun 24 '23 20:06 kilbd

I'm not crazy – after commenting out Tree Sitter so it fell back on regex syntax definitions, fold ribbons appeared:

Screenshot 2023-06-25 at 10 37 12 AM

Good to know!

kilbd avatar Jun 25 '23 14:06 kilbd