any-xrayX-Ray vision for pesky FeaturesDangerous Extension Settings
Change the way that symbols with
Related work
How this worksThis extension piggybacks on the "quickinfo" (hovertext) provided by the TypeScript Language Service in VS Code. It parses your TypeScript file and asks VS Code for quickinfo on all the identifiers in the visible range of active editors. If these end with something like ": any", then it colors them red. There are a few situations in which this will highlight identifiers that are safe, see #1. |