Mark Bennett
Mark Bennett

Reputation: 1474

Configuring IntelliJ workspace views

Newb alert: moving from Eclipse to IntelliJ

I think what I want is "simple", but looking at menus, help and doc hasn't found it. (I did visit their help and website links; I'm probably not looking for the right thing.)

For my main code editing experience, I like to have 3 main window panes:

  1. Right side, large main area: source code editor
  2. Left, upper part: project files in a browsable outline
  3. Left, lower part: structural view of the current class I'm editing (method names, member fields, etc)

For IntelliJ, I can get the Project Structure on the left, OR the Structure of the individual class, but I'm having trouble getting the left half of the screen to show both the Project and Class hierarchy.

I've tried to dragging and dropping, like from Eclipse, but that doesn't seem to work the say it did in that other IDE. (not arguing that it should, just something to try)

I think there are some general concepts that I might be missing. And when I use IntelliJ help or Google for things "view", etc, I'm getting some other meaning of the word.

General questions:

Any other Eclipse -> IntelliJ IDE config advice would also be welcome.

Upvotes: 1

Views: 137

Answers (1)

Darek Kay
Darek Kay

Reputation: 16669

This is really easy to achieve. Instead of dragging the title bar of your panel, drag the button that opens the panel (see my screenshot). You can fully customize your view but dragging those buttons to either of the 4 panels (right, down, left up and left down).

enter image description here

Since you're asking for more advice on migrating, here's my approach to learn IntelliJ shortcuts as an Eclipse user. It's my blog, so if it is seen as advertising, I will remove it.

Upvotes: 1

Related Questions