Reputation: 5374
Am new to IntelliJ IDEA (am using 2017.1.3)...
Was writing some sample code and didn't like how the Debug view was located as tab in the bottom right corner. Am trying to reconfigure my Intelli IDEA perspective (borrowed that term from Eclipse) so, I can have the following setup:
Project view as it is (completely on the left hand side like a column), on the right of that is the Debug view.
On the bottom of the Debug view is the Source Editor view.
Project view is still on the left of both the Debug and Source Editor view.
Attached is a screenshot of my plight:
As you can see, the Project view is completely under my Debug View. I want it to be completely left of both Debug and Source Editor views.
Upvotes: 1
Views: 525
Reputation: 401877
Enable the Widescreen tool window layout option:
See the manual: Optimize for wide-screen monitors
Upvotes: 4