Is it possible to configure VSCode so that it displays unused import as grayed? I have VSCode 1.21.0, using Typescript 2.7.2
I found and tried several setups but none worked for me. Based on this link it should have been possible since version 1.19.0
I tried setting tsconfig as described here but the only effect was lots of error during compilation.
It seems to be so basic requirement that I would even consider it as default setting. It is definitely possible in other editors (e.g. WebStorm). I love VSCode but I'm really missing this feature.