Pindakaas
Pindakaas

Reputation: 4439

how to configure webstorm 9 to highlight current file?

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

Answers (3)

MartinsOnuoha
MartinsOnuoha

Reputation: 571

You can also click the three dots icon on the Project panel and check the option "Always Select Opened File".

enter image description here

enter image description here

Upvotes: 1

Francis
Francis

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

user3942918
user3942918

Reputation: 26375

Click the little settings gear drop-down in the Project view header and choose "Autoscroll from Source."

Upvotes: 19

Related Questions