Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of methods IntelliJ

I'm new to IntelliJ, coming from NetBeans. In NetBeans, on the bottom left side of the window, under the list of files in the project, there is a list of methods/fields in the current class.

With IntelliJ, I found that same window using CTRL+F12, but it's a popup. I'd like it to sit permanently on the bottom left instead. How can I do that?

like image 749
CLOVIS Avatar asked Dec 13 '22 15:12

CLOVIS


2 Answers

You can open it by View->Tools windows->Structure enter image description here

Alternatively you can press ALT+7 (Tested on Ubuntu).

like image 147
Kamil Witkowski Avatar answered Dec 16 '22 05:12

Kamil Witkowski


ALT+7 (⌘7 on Mac) shall show up Structure which lists all the methods of current class open in editor.

You can get familiar with IntelliJ IDEA from this official tutorial

like image 24
Munish Chandel Avatar answered Dec 16 '22 03:12

Munish Chandel