Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the use of autoscroll to source and and autoscroll from source features in Intellij IDEs?

I was looking for how to show the open files in project view and found theses two features, I want to know what does the above mentioned features do?

like image 411
Vikrant Singh Avatar asked Mar 06 '16 04:03

Vikrant Singh


1 Answers

Explaining this simply,

Autoscroll to Source Whenever you click on a file name in the Explorer Window, the file will be brought into focus on the editor. If the file is not open, it will be opened.

Autoscroll from Source If you select a file in the Editor, that fill will be scrolled to and highlighted in the Project Explorer.

like image 83
Rachit Avatar answered Sep 21 '22 08:09

Rachit