Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Code Issues ViewerNew to Visual Studio Code? Get it now.
Code Issues Viewer

Code Issues Viewer

Tx效能

|
2 installs
| (0) | Free
查看和修复代码问题的侧边栏面板 — 支持仓库汇总、分支信息、一键修复
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Issues Viewer

一个用于查看和修复代码问题的 VS Code 侧边栏面板插件,支持仓库汇总、分支信息展示与一键修复。

功能特性

  • 📊 问题汇总:在侧边栏集中展示当前工作区的代码问题
  • 🌿 分支信息:关联 Git 仓库与分支上下文
  • ⚡ 一键修复:支持全部修复与单文件修复
  • 🎨 现代化 UI:基于 Webview 的清爽交互界面

安装方法

从 VS Code Marketplace 安装(推荐)

  1. 打开 VS Code
  2. 按 Ctrl+Shift+X 打开扩展面板
  3. 搜索 "Code Issues Viewer"
  4. 点击 Install

手动安装

  1. 前往 Releases 页面下载最新 .vsix 文件
  2. 打开 VS Code,执行命令面板(Ctrl+Shift+P)
  3. 运行 Extensions: Install from VSIX...
  4. 选择下载的文件即可

使用方法

  1. 安装后左侧活动栏会出现 代码问题 图标,点击打开面板
  2. 面板自动加载当前工作区的问题列表
  3. 选中某个文件可点击「修复此文件」进行单文件修复
  4. 点击顶部「一键修复全部」批量处理所有问题

命令

命令 ID 说明
codeIssuesViewer.fixAll 一键修复全部问题
codeIssuesViewer.fixFile 修复指定文件的问题

配置项

当前版本暂无自定义配置项,后续版本会逐步开放。

兼容性

  • VS Code ^1.80.0
  • Windows / macOS / Linux

开发

# 安装依赖
npm install

# 编译
npm run compile

# 监听模式
npm run watch

# 打包 vsix
npx @vscode/vsce package

更新日志

请查看 CHANGELOG.md。

许可证

本项目基于 MIT License 开源。

反馈与支持

欢迎提交 Issue 与 Pull Request:GitHub Issues

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