DotJoshJohnson / vscode-xml

XML Tools for Visual Studio Code
MIT License
320 stars 87 forks source link

Tree view should keep unfold state #360

Open jamhsueh opened 3 years ago

jamhsueh commented 3 years ago

Description So I have two xml documents and I was trying to compare the structure using the tree view. What terrible is, when I switched to the other file and switched back, I found that the tree view is folded and I have to unfold it again. Is it possible to keep the unfold state of a tree or restore it when switch between files?

Current Workarounds rfcosta's suggestion.

rfcosta commented 3 years ago

Try use different instances of VsCode so you switch instances not Windows. Just a guess...

jamhsueh commented 3 years ago

Try use different instances of VsCode so you switch instances not Windows. Just a guess...

Yes, its a workaround. But still, I think the feature I mentioned is necessary and make sence.