ChatGPT解决这个技术问题 Extra ChatGPT

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

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

I suggest changing the accepted answer to Rostyslav's answer since it works with the current version of Android Studio while the original accepted answer is now years out of date

C
CrazyCoder

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

https://i.stack.imgur.com/GJ9Ya.png

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


Great! Someone knows of a way to make the file close again when clicking on another file?
@SimonBengtsson Coming from Sublime, this is the feature I crave the most.
@Mazyod you stole my words... I really thought that was addable
@SimonBengtsson Get rid of tabs altogether! You won't regret it! I tried it and I'll never go back. You can easily switch "tabs" using Ctrl/Cmd + E. Couple it with Zen mode and it feels super awesome ;)
@SimonBengtsson Enable preview tab may do the trick. stackoverflow.com/a/68426661/6042295
R
Rostyslav Druzhchenko

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:

https://i.stack.imgur.com/w4oIH.png


how to set this feature enabled by default for all projects ? if i open new project i have to set this every time
@Anton, I don't know. Agree with you it's really annoying. If you find the solution, please post it here.
L
Lizhen Hu

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

https://i.stack.imgur.com/jsaN1.png


I am wandering why intellij team, has give both the option for same work!!
H
Hulk1991

Javadoc opens with Ctrl+Q

There's no declaration view per se, however, you probably will be satisfied with Ctrl+Shift+I shortcut for quick lookup.

Don't know of any ways to configure it to open files on single clicks. Somehow, if you get used to the shortcuts, you skip using mouse very much. For instance, Alt+Home will bring the navigation bar up and you can move with arrows and open the file with Enter. Or just use some other shortcuts like Ctrl+N or Ctrl+E depending on the context.