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...
Asked
Active
Viewed 1,028 times
4
-
I may be wrong, but as Jetbrain's documentation is quite good, if you can't find it in there it probably won't be a default setting to toggle. – James Gould Jul 21 '16 at 15:23
-
Try to use `Scroll from Source`, answers [here](http://stackoverflow.com/questions/1086041/locate-current-file-in-intellij) could help you – user2235698 Jul 21 '16 at 18:08
-
Great thanks for you help! – seladb Jul 22 '16 at 05:50
1 Answers
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