vsc-base
vsc-base copied to clipboard
FEATURE: Add: remove unused imports option
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
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!