When project_panel.auto_reveal_entries is turned off, the active file should still be highlighted in the project panel
#36460
LPGhatguy
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default, when changing files via the tab bar or quick switcher, the project panel is scrolled to the new file and the selection is highlighted. However, when turning off
auto_reveal_entries, the scroll behavior and the highlighting behavior are changed.In other editors, like VS Code and Sublime Text, the project panel always highlights the open file, which aids finding the currently open files for operations like renaming or deleting it. This is independent of the "reveal in project panel" action that those editors also have.
Beta Was this translation helpful? Give feedback.
All reactions