Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>scorpio2.0New to Visual Studio Code? Get it now.
scorpio2.0

scorpio2.0

while

|
3,371 installs
| (2) | Free
sco 脚本基础语法提示和高亮
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

功能介绍

  • 插件用于 sco 语言的基础提示功能
  • 执行命令 run scorpio [alt+g] 可以运行当前文件,需要添加 sco 命令行
  • sco 脚本语言源码地址 https://github.com/qingfeng346/Scorpio-CSharp

安装 sco 命令行


方式一 手动安装

  • 下载Release对应版本,解压添加到环境变量

方式二 自动安装

  • windows 7, windows 8, MacOS, Linux 需要预先安装 PowerShell Core, 然后运行命令行
pwsh -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://qingfeng346.gitee.io/installsco.ps1'))"
  • windows 10 直接运行命令行, 也可以安装 PowerShell Core 使用上面的方法安装
powershell.exe -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://qingfeng346.gitee.io/installsco.ps1'))"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft