TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you like to layout your IDE / dev environment?

1 pointsby npritchardover 2 years ago
Hey all, I&#x27;ve never been one to tinker too much with the default layouts or settings of any IDE I have used. Still, I feel like I need to make better use of the screen real estate available to me.<p>How do you like to layout up your dev environment?<p>When using Jetbrains&#x27; editors, I&#x27;ve always gone with files on the left, the terminal at the bottom, and code in the centre; I wonder what other people have found ergonomic or enjoyed.<p>I&#x27;m also keen to hear from those who don&#x27;t use IDEs of course!

4 comments

metadatover 2 years ago
I like to mess with it as little as needed to get the thing functioning. Usually install the Monokai theme and that&#x27;s about it.<p>IntelliJ + PyCharm + GoLand x (3 laptops + a Windows Desktop) = Ain&#x27;t nobody got time for that.
ogartenover 2 years ago
I use a tiling window manager and usually have 2 to 4 &quot;spaces&quot; on a 32 inch screen.<p>With pycharm I often split at least two panes vertically sometimes more if necessary. Depending on what I do I also have firefox open on the same virtual desktop to have documentation and code side by side.<p>For smaller things I use neovim and usually have several terminal windows open at the same time for editing, running, testing, ....
__dover 2 years ago
I still prefer code that fits in 80 columns, so I tend to split the editor pane into as many vertical panes as fit on my monitor. I like to put the project file tree thing on the left, and I generally leave the terminal&#x2F;debugger stuff down the bottom, although I&#x27;m not really a fan of that. I tend to hide the bottom panels when I&#x27;m actually coding.
Test0129over 2 years ago
Tmux + VIM. Never needed more. Basic layout with some conveniences like a nice scheme (Nord), nerdtree, and fugitive. Bindings so I can move seamlessly between VIM and tmux to do what I need. The upside of this is it&#x27;s minimalist and in about 10 minutes I can set up an entirely new environment by pulling my dotfiles and running a script to do symbolic linking.