popcodeorg / popcodeorg/popcode
Auto-indentation of closing bracket in CSS is bad if you type within open/close bracket
未关闭
还没有人认领这个 Issue。
ux
- 主要语言
- JavaScript
- 星标
- 191
- 派生
- 143
- 平均合并
- 4 天 11 小时
- 30 天内合并 PR
- 5
描述
Say you have CSS that is:
image {
width: 500px;}
If you press the return key after the semi-colon the right curly brace does not tab appropriately.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用该示例在 CSS editor 中复现问题,然后跟踪包含分号且后跟右花括号的行的 Return 键处理逻辑。完成的标准是:按下 Return 后,右花括号获得适当的缩进;如果现有编辑器测试能够覆盖这一路径,则还应通过回归检查覆盖该行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- css, javascript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100