How to enable highlighting of unused js variables in vs code? Let's say I declared let a = ''; but it is not where it is not used and I want it to stand out among the variables used. How can I do that?

    0