Etsi0 / class-collapse

This powerful extension lets you collapse any code segment using custom regex patterns. Simplify your coding view, enhancing readability and focus.
https://marketplace.visualstudio.com/items?itemName=Etsi0.class-collapse
MIT License
10 stars 0 forks source link

Collapsed class creates empty space if the expanded class wrapped into new lines #15

Open vladstudio opened 3 months ago

vladstudio commented 3 months ago

Thanks for the great little extension!

Not a big deal but I thought you'd like to be aware. Looks a bit weird:

https://github.com/Etsi0/class-collapse/assets/914320/776f8ee1-dec0-4c28-82b8-5d44d3f81f0a

Etsi0 commented 3 months ago

Hello @vladstudio,

I am aware of this issue, and as far as I know, it is not possible to hide rows using an extension. The only method I have found for hiding rows involves using the following region tags:

// #region
code here
// #endregion

If I find another way to hide rows, I will let you know.

// Albin

vladstudio commented 3 months ago

Absolutely, no big deal!