Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>复利备忘录New to Visual Studio Code? Get it now.
复利备忘录

复利备忘录

复利备忘录

|
861 installs
| (2) | Free
复利备忘录,VSCode 里最强悍的A股量化平台,实时数据,做最好用的投资插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
复利备忘录

a-shares(复利备忘录)

复利备忘录——VSCode 里也可以看股票 & 量化 做最好用的投资插件。

Fuli memo - Monitor the real-time data of stock in VSCode, Be the most excellent investment extension.

Marketplace Installs Rating

投资有风险,入市需谨慎!

Table of contents

  • a-shares(复利备忘录)
    • Table of contents
    • 功能特性
    • 安装使用
    • 插件介绍
    • 插件设置
    • 社区交流
    • 感谢 PR
    • 代码目录说明
    • License

投资其实就是一次心态修炼,稳住心态长期投资都会有收益的!!

功能特性

本插件具有以下特点:

  • 基金实时涨跌,实时数据,支持海外基展示
  • 股票实时涨跌,支持 A 股、港股、美股
  • 开市自动刷新,节假日关闭轮询
  • 支持升序/降序排序、基金持仓金额升序/降序
  • 基金实时走势图和历史走势图
  • 股市资金流向(沪深港通资金流向、北向资金、南向资金)
  • 日频股东数
  • 日频公募数据
  • 金融大模型,复利Chat,让投资跟聊天一样简单
  • 温度计
  • 全链路量化,行业板块分析,直接贴图。欢迎体验
  • 北向,机构数据一眼清
  • 个股诊断
  • 黄金上穿
  • 欢迎 PR Github 源码

安装使用

安装插件:VisualStudio - Marketplace,VSCode 最低版本要求:^1.44.0

插件介绍

  • 复利备忘录使用文档
  • VSCode 插件开发——复利备忘录(图片如果展示不了可以看知乎的文章界面功能截图)

概览

插件设置

添加/删除股票时,建议使用新增按钮模糊搜索添加(支持名称和编码搜索),详细可查看 复利备忘录使用文档

自定义配置在 Settings 视图下:

社区交流

公众号:

微信公众号

Core Contributors

  • a-shares

代码目录说明

历史原因,仓库中类文件并没有以PascalCase规范,导致有些文件不好区分是函数方式书写还是面向对象类的写法。


src
├── data                        # 静态数据
│   └── fundSuggestData.ts      # 执行 `node ./demo/fundSuggestList.js` 更新生成
├── explorer                    # 侧边栏核心代码
│   ├── fuliService.ts
│   ├── chatProvider.ts         # 复利Chat
│   ├── megasService.ts         # 中意榜
│   ├── stockProvider.ts        # 股票
│   └── stockService.ts         # 股票
├── extension.ts                # 插件初始化入口
├── globalState.ts              # 全局缓存,插件激活到销毁周期内的变量缓存
├── output                      # Terminal 视图下的OUTPUT栏输出新闻
│   └── flash-news
├── registerCommand.ts          # 注册命令
├── shared                      # 工具函数或者类
│   ├── constant.ts
│   ├── fuliConfig.ts
│   ├── fuliTreeItem.ts
│   ├── telemetry.ts
│   ├── typed.ts
│   └── utils.ts
├── statusbar                   # 状态栏
│   └── statusBar.ts
└── webview   # webview 页面

赞助支持一下 ↓↓

paypal

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