4

I'm quite new to PyCharm and I can't find a way to sync the project view (the one that contains all files in project) with the editor view (the one that contains the currently opened files). In Eclipse there's a simple Link with Editor icon that does that. I'm sure there's a way to do that in PyCharm but I just can't find it...

seladb
  • 852
  • 1
  • 13
  • 29

1 Answers1

6

You should make sure "Autoscroll to Source" and "Autoscroll from Source" are both checked. You can find them under the settings drop down menu in the "Project" pane.

See in this screenshot how it should look like

John
  • 423
  • 4
  • 10