microsoft / microsoft/TypeScript
Rationalize our presentation and handling of merged/alias symbols in the IDE.
未关闭
还没有人认领这个 Issue。
Domain: API
Domain: LS: Quick Info
Help Wanted
Suggestion
- 主要语言
- Go
- 星标
- 111k
- 派生
- 14.3k
- 平均合并
- 2 天 4 小时
- 30 天内合并 PR
- 132
描述
Examples of where we could be better:
- Quick info for an alias could present information about the alias, as well as information about what the alias points to.
- Goto-type for a union type could allow you to go to any constituent union-type-element.
- Goto-def on a merged symbol could allow you to go to any declaration.
- Quick info on a merged symbol could show you all the constituent declaration pieces.
etc. etc.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 IDE 中 Quick info、Goto-type 和 Goto-def 的入口点,然后比较别名、联合类型和合并符号的表示方式。在实现之前,为每种行为分别定义范围和完成标准;done 应覆盖列出的导航和呈现场景。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- developer-experience
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 20/100