mkarajohn
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
mkarajohn created a post, [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 created a post, [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 .......