CodeEditApp / CodeEditApp/CodeEdit
✨ Emmet Support and Tab Behavior
未关闭
enhancement
- 主要语言
- Swift
- 星标
- 23k
- 派生
- 1.2k
- PR 合并指标
- 30 天内没有已合并 PR
描述
#### Lack of Emmet Support:
CodeEdit does not currently support Emmet, which is a significant tool for efficient HTML and CSS coding.
#### Tab Key Behavior:
When a line of code is selected and the Tab key is pressed, CodeEdit deletes the selected line instead of indenting it. The expected behavior is that pressing the Tab key should indent the selected line, similar to the functionality in Visual Studio Code (VSC).
贡献指南
调研方向
该 issue 未指定文件、测试或入口点。首先定位编辑器对 Tab 键的处理,以及 HTML/CSS 编辑或补全的入口点;完成的标准是 Emmet 支持可用,并且 Tab 会缩进选中的行而不是删除它们,同时针对这两种行为进行专项检查。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- css, html, swift
- 领域
- desktop-dev, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100