Leverage the power of JSDocs. Show deprecated usages in the editor, as you type.
⚠️ VS Code now supports the @deprecated
JSDoc tag in JavaScript and TypeScript files by default.
You may not need the extension anymore.
In the command palette (CMD + SHIFT + P) select “Install Extension” and choose "VS Code JSDocs Deprecated".
We 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.
We 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.