Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Stock Watch on VSCodeNew to Visual Studio Code? Get it now.
Stock Watch on VSCode

Stock Watch on VSCode

junhey

|
318 installs
| (1) | Free
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-watch README

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

  // 配置需要监控的股票代码
  // 可根据沪市深市分别加上sh、sz前缀,亦可不加
  // 不加前缀的情况下,6开头的代码默认加上sh,其余加上sz
  // 需要查看上证指数,代码为sh000001
  "stock-watch.stocks": [
    "000001"
  ],

  // 配置轮询请求最新数据的时间间隔
  "stock-watch.updateInterval": 10000
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft