I just want to know if it is possible at Intellij open Project view
for class which is currently opened. Using short cut.
Steps:
Ctrl
+N
) => type String
String
class from JDK. It has next looking:Alt
+1
=> It will open Project view
where it was active last time.I tried to find it at internet but without success.
Any suggestions?
You can click the settings icon in the project view and check Autoscroll from source. That way any class (or any file for that matter) you open will be automatically selected in the project view.
or if you don't want this to happen always you can click this icon to naviage to the currently opened item in the project view:
Unfortunately I don't see any command in keymap section to bind this action to a keyboard shortcut.