Highlight parts of code with no references in Visual Studio Code.
- TypeScript
- JavaScript (note about jsconfig.json)
Properties are analyzed only when Visual Studio Code reports them as direct class or interface members. Default export assignments are also ignored because their consumers can live outside the static reference graph.
How to install VSCode extensions
Development requires Node.js 24 and Visual Studio Code 1.125 or newer.
Install dependencies, build the extension, and create a VSIX package with Vite+:
vp install --frozen-lockfile
vp run test
vp run build
vp run packageReleases are prepared by Release Please and published by GitHub Actions. If the
VSCE_PAT secret expires:
- Create or regenerate the Azure DevOps PAT
for the
ky6ukorganization with theMarketplace (Manage)scope. - Replace the
VSCE_PATGitHub Actions secret.
Never commit the token to the repository.
MIT License © Roman Nuritdinov (Ky6uk)
