VS Code's built-in browser

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • Hey there,
    Let's talk about VS Code's built-in browser.
    💎 Why it matters
    Integrations accelerate your work.
    🔍 Problem
    You waste time switching between VS Code and the browser.
    💡 Solution
    Open the command palette (⇧+Ctrl/⌘+P) and write Simple Browser: Show.
    🎯 When should I use it?
    When you don't need debugging or the browser's DevTools.
    Want more?
    Click here and subscribe to VS Code's Newsletter: www.andrecasal...
    Thanks,
    André Casal

КОМЕНТАРІ • 13

  • @materialknight
    @materialknight Рік тому +1

    For anyone in a hurry: 0:46
    If you're really in a hurry and can grasp text better:
    1. Open the command palette with:
    View > Command Palette
    OR
    Ctrl + Shift + P (on Windows)
    2. Write: Simple Browser: Show
    3. Write or paste the URL from where you're serving, such as:
    localhost:3000 (for a React project)
    Thanks a lot, man! The Live Preview extension doesn't work with projects that already create a server, like a React project, and the extension front page instructs you to look for the 'Simple Browser: Show' option in VSCode for such cases, without saying how to get there.

    •  Рік тому +1

      You're very welcome, thanks for the input!

  • @davidpaez_co
    @davidpaez_co Рік тому

    Thank you André

    •  5 місяців тому

      You're welcome David :)

  • @dkerdnase
    @dkerdnase Рік тому

    Yo, thank you for this!

    •  5 місяців тому

      You're very welcome! :)

  • @olegshubaly3423
    @olegshubaly3423 Рік тому

    Thank you

    •  5 місяців тому

      You're very welcome!

  • @pankela8883
    @pankela8883 2 роки тому

    Wow didn t know we could do that

    •  5 місяців тому

      Pretty cool, uh? :D

  • @sergiyshebotnov208
    @sergiyshebotnov208 Рік тому

    is there a way to open a second tab with a simple browser?

    •  5 місяців тому

      No, VS Code's built-in browser only allows for one tab.