microsoft / microsoft/TypeScript
Typescript: Sort imports in quick fix with imports from node_modules ordered last
未关闭
还没有人认领这个 Issue。
Needs More Info
- 主要语言
- Go
- 星标
- 111k
- 派生
- 14.4k
- 平均合并
- 1 天 19 小时
- 30 天内合并 PR
- 117
描述
TS Template added by @mjbvz
TypeScript Version: 5.0.1
Search Terms
- getCodeFixes
- Code actions
- quick fix
See screenshot.
The 3rd option is an alias in our project source. The imports from @ag-grid-community/core are from a 3rd party library.
There is no way to ensure that my project's code is prioritised when suggesting what to use, it's driving me nuts.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 TypeScript 5.0.1 复现 issue 中描述的 quick-fix 或 code-action 导入建议,并比较项目源代码别名与从 @ag-grid-community/core 导入的内容。跟踪 getCodeFixes 路径,确定导入候选项在哪里排序。完成的标准是项目源代码导入优先于 node_modules 导入,并且覆盖报告中的场景。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100