DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

[FR] freeze tree #89

Closed Cologler closed 5 years ago

Cologler commented 6 years ago

Is possible freeze the tree on one file when I need to switch between multi files ?

DaGhostman commented 6 years ago

Currently that is not supported, but updating the view on every switch to a new file is performed. But seems like an interesting idea tbh. Can you describe what you would like to see, if I get enough time in the weekend I will try to take a look if it can be implemented quickly

Cologler commented 6 years ago

like:

  1. Open file A
  2. Open tree view
  3. click keep current view button
  4. switch to file B, tree view has nothing changes (click any node from tree view will open file A)
  5. click the button again, tree view go back to default behavior