-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update explorer inline treeview when moving selection on current editor #224705
Comments
Are you able to fork vscode-extension-samples, then create a branch on your fork in which you modify the tree-view-sample to demonstrate your issue as simply as possible? |
This is a feature request to have the outline view follow the current selection in the editor? |
Yes. I wish my english was good enough to express it in so few words. As suggested by gjsjohnmurray Thx for your feedback. |
I think showing us what you wanted with the tree view sample was to make sure we understood your request. Now that we understand it's not as important to do. |
The RFE is relevant only when the current editor contains a file content which format is supported by the language
service: markdown, typescript... So that an inline treeview is displayed in the explorer sidebar.
When selecting an item in the explorer sidebar treeview, the corresponding code in the current editor is selected, and,
possibly, scrolling happens to make that selection visible.
The current RFE asks for things to go in the opposite direction. When the editor selection changes, the selection in the
inline treeview should change to reflect it.
This feature is missing from vscode-insider as of early august 2024.
I found this shortcoming when trying to solve a similar one on my (yet unpublished) ts-AST-explorer extension and filed a
bug about it.
The text was updated successfully, but these errors were encountered: