kcmr / vsce-remove-unused-imports

VS Code extension to remove unused ES6 imports inside JavaScript and TypeScript files
https://marketplace.visualstudio.com/items?itemName=kuscamara.remove-unused-imports
MIT License
17 stars 5 forks source link

Removing imported type in react with typescript on save #31

Open ahmedtolan2019 opened 1 year ago

ahmedtolan2019 commented 1 year ago

i have a table component that accept type of entity used in that table like this: image

and the import statement like this: image

it remove this import statement after save but it does remove other types imports except the one used in the table

iki commented 3 weeks ago

I have the same issue