Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set single clicking to open file in IntelliJ IDEA?

And what are counterparts to eclipse's declaration view and javadoc view?

like image 899
Alex Luya Avatar asked Jul 31 '12 08:07

Alex Luya


People also ask

What is the shortcut key to open a file in IntelliJ?

Press Ctrl+Shift+T or choose Navigate | Go to File... from the main menu .

How do I open a file in IntelliJ?

In the Project tool window, right-click the Project toolbar and from the context menu select Always Select Opened File. After that IntelliJ IDEA will track the file that is currently opened in the active editor tab and locate it in the Project tool window automatically.


1 Answers

In the Project View click on the "gear" icon and enable Autoscroll to Source option:

Autoscroll to source

Use Ctrl+Q for Quick JavaDoc and Ctrl+Shift+I for the declaration pop-up.

like image 178
CrazyCoder Avatar answered Sep 29 '22 02:09

CrazyCoder