SearchDeadCode
Version updated for https://github.com/KevinDoremy/SearchDeadCode to version vscode-v0.20.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
SearchDeadCode is a static code analysis tool that scans Kotlin and Java sources directly without requiring a JDK or Gradle build. It identifies unused classes, methods, and variables, providing runtime proof of their dead status. The tool is fast, with scan times ranging from 0.3 seconds to less than three minutes for large projects, and supports over 54 detectors. Users can review findings and choose to delete them safely, either through a dry run or by restoring the project if needed.
What’s Changed
SearchDeadCode for VS Code 0.20.0.
Analyzer binaries come from crate release v0.20.0.
Install from the Marketplace or Open VSX, or grab the VSIX for your platform below.
See CHANGELOG.md.