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

Viewed 22384

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

4 Answers

Now it's available in a simpler way. In the Project View click on the Gear icon and then click Open Files with Single Click:

enter image description here

Go to Preferences and turn on Enable preview tab, that will enable Open Files with Single Click for all projects.

enter image description here

Related