Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ArViewerNew to Visual Studio Code? Get it now.
ArViewer

ArViewer

kokomaya

|
2 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ARViewer

ARViewer 是一款结合AI能力的需求编辑与映射工具,支持用户自定义字段和自主开发子插件。AI可协助需求编辑、映射、评审等流程,支持多种格式导出,助力高效管理和可视化需求,提升产品开发与协作效率,帮助提高需求管理质量。

Play ground

  • arviewer_play_ground仓库提供了本插件的演示数据。

如何贡献

1. Node.js & VS Code 扩展开发环境(仅限Windows)

  • 安装 VS Code
  • 安装 nvm(建议安装最新)
  • 执行如下指令安装node js
nvm install 20.19.0
  • 查看安装的node js信息
nvm list
  • 切换到对应的node环境
nvm use 20.19.0
  • 执行以下指令克隆仓库到本地
git clone https://github-am.int.automotive-wan.com/uie63794/ArViewer.git
  • 进入仓库,并安装插件依赖,并编译
cd ArViewer
npm install
npm run compile
  • 进入前端目录,安装前端依赖和编译
cd ./media/requirements-mapping
npm install
npm run build
  • 按F5启动调试

如何编译与打包

打包 VS Code 扩展

  1. 在项目根目录下执行:
     vsce package
    
    生成的 .vsix 文件可用于本地或线上安装。

如需更多信息,请查阅 VS Code 扩展开发文档或 AUTOSAR 标准资料。

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