Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>smart cinema image uploader for vscodeNew to Visual Studio Code? Get it now.
smart cinema image uploader for vscode

smart cinema image uploader for vscode

张光辉

|
110 installs
| (0) | Free
移动电影院 - 图片上传插件(新),支持上传到海外版、aws版
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sc-image

前端项目中需要使用压缩后的图片链接?

  • 之前的做法:切换浏览器 -> 打开网页 -> 点击图片上传 -> 选择图片 -> 复制链接 -> 粘贴链接
  • 现在的做法:快捷键 -> 选择图片 两步轻松搞定图片上传

快速开始

快速上传

第一次需要输入AccessToken

  • 鼠标右键菜单,选择 上传图片 或 上传图片(海外版)
  • 快捷键 ctrl + shift + U 或 command + shift + U,海外版快捷键 ctrl + alt + shift + U 或 command + alt + shift + U
  • 命令面板搜索 上传图片 或 上传图片(海外版) ,然后点击结果项

绑定快捷键

{
    "command": "smartCinema.uploadImage",
    "key": "ctrl+shift+U",
    "mac": "cmd+shift+U",
    "when": "editorTextFocus && editorTextFocus && !editorReadonly"
}
{
    "command": "smartCinema.uploadImageIntl",
    "key": "ctrl+alt+shift+U",
    "mac": "cmd+alt+shift+U",
    "linux": "ctrl+alt+shift+U",
    "when": "editorTextFocus && !editorReadonly"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft