vscode cutup

本文最后更新于 2024年5月16日。

vscode如何重启

“打开:“命令面板” CTRL + SHITF + P 输入: 1 > Reload Window

vscode cutup

  • Open a folder
    • File > Open Folder (Ctrl+K Ctrl+O)
  • File Explorer
    • View > Explorer (Ctrl+Shift+E)
  • Search view
    • View > Search (Ctrl+Shift+F)
  • Source Control
    • View > Source Control (SCM) (Ctrl+Shift+G)
  • Run and Debug
    • View > Run (Ctrl+Shift+D)
  • Extensions view
    • View > Extensions (Ctrl+Shift+X)
  • Open the Command Palette.
    • View > Command Palette… (Ctrl+Shift+P)
  • Output panel
    • View > Output (Ctrl+Shift+U)
  • Debug Console
    • View > Debug Console (Ctrl+Shift+Y)
  • Problems panel
    • View > Problems (Ctrl+Shift+M)
  • Integrated Terminal
    • View > Terminal (Ctrl+`)
  • Create a new file
    • File > New File (Ctrl+N)
  • Save a file
    • File > Save (Ctrl+S)
  • Auto Save
    • File > Auto Save
  • Run
    • Run > Start Debugging (F5)
  • Programming language extensions
    • Python – IntelliSense, linting, debugging, code formatting, refactoring, and more.
    • Live Preview – Hosts a local server to preview your webpages.
  • Zoom
    • Zoom out (Ctrl+-)
    • Zoom in (Ctrl+=)
  • Customize your editor with color themes.
    • File > Preferences > Color Theme (Ctrl+K Ctrl+T)
如何利用Chrome浏览器截屏
1、选择Chrome浏览器,打开需要截图的网页;
2、页面加载完成后,按下快捷键组合 Ctrl+Shift+I(Windows)/F12 或者 Alt+Command+I(Mac)调出开发者工具,具体如下图所示:
3、开发者工具中,按下快捷键组合Ctrl+Shift +P(Windows) 或 Command+Shift+P(Mac)来打开命令行,具体如下图所示:
4、在命令行中输入"Screen",可以看到三个选项,根据不同需求进行选择,具体如下图所示:
◆ 整个网页:Capture full size screenshot
◆ 节点网页:Capture node screenshot
◆ 当前屏幕:Capture screenshot