Ask HN: How do you like to layout your IDE / dev environment?
Hey all, I'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.
How do you like to layout up your dev environment?
When using Jetbrains' editors, I'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.
I'm also keen to hear from those who don't use IDEs of course!
4 comments
[ 2.7 ms ] story [ 17.8 ms ] threadIntelliJ + PyCharm + GoLand x (3 laptops + a Windows Desktop) = Ain't nobody got time for that.
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.
For smaller things I use neovim and usually have several terminal windows open at the same time for editing, running, testing, ....