this post was submitted on 21 Jun 2023
25 points (96.3% liked)

Programming

17024 readers
259 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 [email protected]



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
[–] JackbyDev 17 points 1 year ago (4 children)

I hate the embedded terminal personally and just use a "real" one in its own window.

[–] [email protected] 3 points 1 year ago (1 children)

Dropdown terminals, can't live without em. I usually have it tied to rctrl + down arrow or something similar

[–] benreaves 1 points 1 year ago

Exactly. I keymap 2 terminals - a drop-down quake style on Alt-1 & a column one that stays on the left side to show me more live info & logging while I work & I program my apps to never full screen - I can always see a running ping of latency on my column based terminal.

load more comments (2 replies)