microsoft / microsoft/TypeScript

Typescript: Sort imports in quick fix with imports from node_modules ordered last

未关闭
#52,872 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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.

Screenshot 2023-02-16 at 5 21 07 pm

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。