vjekob / al-objid

Manage object IDs in multi-user environments with mind-boggling simplicity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Range Explorer : Collapse / Expand All icon (Nice to have)

fvet opened this issue · comments

When gradually activating Object ID Ninja on our apps, the 'Range Explorer' is growing rapidly. I'd be nice if we could have a 'Collapse (-) / Expand (+)' icon - similar to the Source Control pane - to hide / show range details per app.

image

image

True, this would be nice. I'll accept this suggestion, and I'll deliver this in one of the future versions.

Unfortunately, I'll have to close this with "wontfix" label. There is no API that allows this. The closest I could get is showCollapseAll which indeed adds the collapse all button, but it doesn't flip between collapse/expand once collapsed. The only place where this is documented is this: microsoft/vscode#62073

So, until Microsoft expands (no pun intended 😁) their API, this issue will stay closed. Sorry for the inconvenience.

I am actually reopening this. With the new range explorer coming up in the next version this functionality was really needed (a lot of nodes present). So, I have figured out a way how to get around the VS Code API limitation.

Long story short, this feature is coming in the next release (2.7.0).

There you go: 4318a58

commented

Somehow related to this nice feature...
Could you add a way to export range explorer information to CSV file?
Sometimes we need to discuss/report/analyze the utilization of ranges in the meetings where using VSC is not easy - and it would be great to be able to export this and be able to convert it into some nice slides...

Somehow related to this nice feature... Could you add a way to export range explorer information to CSV file? Sometimes we need to discuss/report/analyze the utilization of ranges in the meetings where using VSC is not easy - and it would be great to be able to export this and be able to convert it into some nice slides...

Absolutely, but let's keep it one topic per issue, shall we? This issue is about collapsing/expanding. If you have a feature request, then please just create another issue and it will be so much easier for everyone (you and me both included) to track the progress 😉

Delivered in v2.7.0