[Phase 3] 代码阅读器 - 50+ 语言语法高亮 #9

Closed
opened 2026-03-08 15:47:58 +00:00 by damai · 0 comments
Owner

任务目标

实现专业的代码阅读功能。

技术要求

  • 基于 tree-sitter 或 syntect
  • 支持 50+ 语言语法高亮
  • 自动检测编码 (UTF-8/GBK/UTF-16)

功能要求

  • 代码折叠
  • 缩进 guide
  • minimap 概览
  • 查找/替换

进阶功能

  • 代码格式化 (prettier/rustfmt/gofmt)
  • 快捷键格式化 (Ctrl+Shift+F)
  • .editorconfig 支持

优先级: P0
阶段: Phase 3 - 高级功能

## 任务目标 实现专业的代码阅读功能。 ## 技术要求 - 基于 tree-sitter 或 syntect - 支持 50+ 语言语法高亮 - 自动检测编码 (UTF-8/GBK/UTF-16) ## 功能要求 - 代码折叠 - 缩进 guide - minimap 概览 - 查找/替换 ## 进阶功能 - 代码格式化 (prettier/rustfmt/gofmt) - 快捷键格式化 (Ctrl+Shift+F) - .editorconfig 支持 --- **优先级**: P0 **阶段**: Phase 3 - 高级功能
damai closed this issue 2026-03-10 06:30:20 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: damai/readflow#9