mkarajohn

- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
-
mkarajohn 创建了一个帖子, [TS]Add option to auto import types as "import type"
Right now when the IDE automatically adds a type for you it does so using a standard import declaration. If TS >=3.8 is used it would be nice if an "Auto import types as import type" existed -
mkarajohn 创建了一个帖子, [TS][Optimise Imports]Group imports by "import" and "import type"
Hi, As of TS 3.8 it is now possible to do type-only imports . It would be nice if the imports sorting algorithm had an option to "Group import type" declarations. So you could have import .......