Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Stock Watch2New to Visual Studio Code? Get it now.
Stock Watch2

Stock Watch2

qcg

|
638 installs
| (0) | Free
股票 | A股港股美股 | 实时股票数据 | watch stock when coding
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

stock-watch2

Watching your stocks when you are coding. VScode 插件 好好工作! GitHub: https://github.com/TDGarden/stock-watch 欢迎 PR、star 根据如上github 增加了加操作。如果涉及到侵权。请及时联系本人。上面的

Configuration

修改用户配置,添加你所需要监控的股票代码

  // 配置需要监控的股票代码
  // 可根据沪市深市分别加上sh、sz前缀
  // 需要查看上证指数,代码为sh000001

  "stock-watch2.stocks": [
    "sh512880"
  ],
  // 展示名字
  "stock-watch2.names": {
    "sh512880":"zq"
  },
  
  // 配置轮询请求最新数据的时间间隔
  "stock-watch2.updateInterval": 10000


  // 配置股票涨的颜色,默认为white。为什么不是red,红色像是报错,很刺眼。
  "stock-watch2.riseColor": "white"


  // 配置股票跌的颜色,默认为green
  "stock-watch2.fallColor": "green"

  // 配置展示的时间段,默认为[9, 15],每十分钟判断一下
  "stock-watch2.showTime": [9, 15]


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft