VS Code JSDocs Deprecated 🚨
InstallationIn the command palette (CMD + SHIFT + P) select “Install Extension” and choose "VS Code JSDocs Deprecated". UsageWe detect when you open a file, when you change something in it, when you switch editors. So there is no command to run, just install the extension and work as you normally would. We will mark any deprecated usages in the editor. Behind the scenesWe plug into VSCode and use the hover functionality to find deprecated identifiers. So if your project is configured properly and the VS Code hover shows you that tiny deprecated warning, we will show it, too. |