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.

      • benreaves@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        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.

  • abhibeckert@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    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).

  • mke@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Some of us may have a “portrait-oriejted” external monitor…

  • FutureMe@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    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.