IntelliJ IDEA - track active item in Solution Explorer

Viewed 13415

I'm trying to find a nice VS feature "Track Active Item in SOlution Explorer" analog in IDEA. For those who doesn't know - when I switch between files in the main area, VS will highlight the corresponding item in Solution Explorer ("Projects" pane in IDEA).

3 Answers

In Rider 2020.3

Up Arrow button is Open file with single click Down Arrow button is Always select Opened file

enter image description here

  • Look on left top of Rider, Right click on File System
  • Select Always select opened file
Related