Reputation: 4439
Just starting to use webstorm 9 , have been using vs.net a lot and missing the 'track item in solution explorer' feature. I would like to see the file highlighted in the project viewer on the left. How can I configure this in webstorm?
Upvotes: 8
Views: 2756
Reputation: 571
You can also click the three dots icon on the Project panel and check the option "Always Select Opened File"
.
Upvotes: 1
Reputation: 1904
To make it the default behaviour for all (future) projects and not just the current project, there's a plugin from Jetbrains that will enable this.
http://plugins.jetbrains.com/plugin/7575?pr=
Upvotes: 1
Reputation: 26375
Click the little settings gear drop-down in the Project view header and choose "Autoscroll from Source."
Upvotes: 19