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?
|
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?
Source: https://ru.stackoverflow.com/questions/903752/
All Articles