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

Programming

17116 readers
347 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.

all 11 comments
sorted by: hot top controversial new old
[–] [email protected] 22 points 1 year ago (3 children)

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

[–] [email protected] 4 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

[–] [email protected] 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.

[–] [email protected] 3 points 1 year ago

I don't know why I can't just move a tab to another window in vscode, like I can work Chrome

[–] [email protected] 1 points 1 year ago

This, I do the exact same!

[–] abhibeckert 7 points 1 year ago* (last edited 1 year ago) (1 children)

Or even better — Move the terminal into the editor area.

The editor area has far more flexibility. Your terminal can be almost any size and you can have multiple terminals visible at once or a tab click away. If you need it to be larger you can drag the tab elsewhere to make it big without rearranging your window.

I also keep a terminal (or three) open permanently, but it's usually tiny - around 1500x400 pixels (that is tiny on my very large screen). Sometimes I'll move the terminal into a larger editor panel (which is about 5x that size).

[–] masterborger 1 points 1 year ago

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

[–] [email protected] 4 points 1 year ago

Good tip, but I like it at the bottom. I prefer to have 2 or 3 file columns so I am more limited by horizontal space. If I need to see two parts of the same file I can just open it in two different columns.

[–] [email protected] 2 points 1 year ago

Some of us may have a "portrait-oriejted" external monitor...