Releases: nikohoffren/dead-code-hunter
Releases · nikohoffren/dead-code-hunter
Dead Code Hunter v1.0.6 - 2025-02-25 - New screenshot
- Added new screenshot to README as well as some vsix package creation instructions for maintainers
Dead Code Hunter v1.0.5 - 2025-02-25 - Small fixes
- Fixed the warning icon color in the tree view panel by updating ThemeColor to "editorWarning.foreground".
Dead Code Hunter v1.0.4 - Webpack Optimization & Fixes
Improvements and Fixes
- Bundled the extension with Webpack for better performance and smaller package size.
- Set Webpack to "production" mode to ensure optimized builds.
- Added .vscodeignore file to exclude unnecessary files from the extension package.
- Fixed missing ts-loader issue, ensuring smooth TypeScript compilation.
- Reduced extension package size by removing unnecessary files.
Dead Code Hunter v1.0.3 - README screenshot update
- Updated the screenshot source in README.
Dead Code Hunter v1.0.2 - README and CHANGELOG update
- Updated description and instructions in README
- Added CHANGELOG
Dead Code Hunter v1.0.1 - Logo & Metadata Update
- Added a project logo.
- Updated package.json with additional keywords for better discoverability.
Dead Code Hunter v1.0.0 - Initial Release
-
Initial release of Dead Code Hunter.
-
Displays files with errors, warnings, and dead code (unused variables and functions) in a tree view panel.
-
Errors and warnings are grouped separately and expanded by default.
-
Dead Code Detection: Finds files containing unused variables or functions (greyed-out code).
-
Clear List button to reset the list of detected files.
-
Clicking an item in the panel opens the corresponding file.