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
To get collapsible block of code in sources like this:
> #Block of ...
It is must save collapsion state. Default behaviour of collapsibles in current Avalonia don't save its state. If VS or file were reopenned all collapsible will expand again now
Is your feature request related to a problem? Please describe.
I worked with requested feature in stock WPF. It was very comfortable to organize code's sectors
Describe the solution you'd like
For example, we have large code segment:
Would be good to do something like this:
To get collapsible block of code in sources like this:
It is must save collapsion state. Default behaviour of collapsibles in current Avalonia don't save its state. If VS or file were reopenned all collapsible will expand again now
Describe alternatives you've considered
Good solution is already in extentions but as i know it doesn't work with Avalonia (got error on installation, unable to check)
https://marketplace.visualstudio.com/items?itemName=JacobJohnston.XAMLRegions
Additional context
No response
The text was updated successfully, but these errors were encountered: