Search code examples
intellij-ideapycharmwebstormrubymine

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


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


Solution

  • In the Project View click on the "gear" icon and enable the Open Files with Single Click option:

    Open Files with Single Click

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