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

Doesn't work at annotation #3

Closed ggggmlor closed 2 years ago

ggggmlor commented 2 years ago

Platfom: Windows

Problem: It seems that it doesn't work with annotation in a .ts file

Snapshot: image

kcmr commented 2 years ago

Hi @ggggmlor

Thank you for reporting the issue. I'll try to look at it during this week.

kcmr commented 2 years ago

Hi @ggggmlor

The last version of the extension (1.0.6) should be working with decorators.

Thanks