vsc-base icon indicating copy to clipboard operation
vsc-base copied to clipboard

FEATURE: Add: remove unused imports option

Open alfnielsen opened this issue 5 years ago • 1 comments

Ts has this feature, so it should be possible to hook into it and add it: https://github.com/microsoft/TypeScript/blob/master/src/services/organizeImports.ts

alfnielsen avatar Nov 13 '19 11:11 alfnielsen

This current implementation in version 0.1.7 has problems. The internal ts compiler symbol flag 'isReferenced' which is used, is not always correctly filled for jsx node!

alfnielsen avatar Nov 18 '19 11:11 alfnielsen