# zzl-code-helper **Repository Path**: zzlcoder/zzl-code-helper ## Basic Information - **Project Name**: zzl-code-helper - **Description**: 借助LLM辅助代码理解的vs code插件。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-05 - **Last Updated**: 2025-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 Yeoman 和 VSCode 官方生成器 npm install -g yo generator-code # 启动交互式创建向导 yo code # 安装 vsce(Visual Studio Code Extensions CLI) npm install -g vsce # 生成 .vsix 文件 vsce package # 高级用法 场景 命令 指定输出文件名 vsce package -o custom-name.vsix 跳过依赖检查 vsce package --no-dependencies 包含未发布版本元数据 vsce package --pre-release # 在 VSCode 中通过命令面板执行 > Extensions: Install from VSIX... 选择生成的 .vsix 文件