this post was submitted on 21 Jun 2023
15 points (100.0% liked)

Programming

17374 readers
389 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

I use terminal in VSCode very often, so I almost always have it open. It defaults to opening at the bottom of the window, but if you move it to the side so it's stretched vertically, you gain so much more useable screen real estate for your actual code without sacrificing too much readability in the terminal.

you are viewing a single comment's thread
view the rest of the comments
[–] abhibeckert@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (1 children)

Or even better — Right click on the terminal panel label and select the option to move it into the editor area.

The editor area has far more flexibility around placement and sizing. than any of the panel areas. I also keep a terminal (or three) open permanently, but it's usually tiny - around 1500x400 pixels (my VSCode window is about 3800x1600).

[–] masterborger@lemmy.world 1 points 1 year ago

This would be even better if vscode let you have multiple windows of tabs open at the same time!