VSCode Hover Type Hider
Hides the type of the variables from the mouse over boxes, making a TS method signature to look like pure JS Enable/Disable commandsCTRL + SHIFT + P, Enable/Disable Hover Type Hider ATTENTION: this extension will overwrite files inside your VSCode installation folder. It will ask for your permission when doing this. If something goes wrong, you can always reinstall VSCode. How does it work?VSCode is written in Typescript, so its easy to hack the source to make anything happen. I'm using regexes to remove the undesired portions of the hover text. Known Issues
Future
|