Skip to content

Releases: nikohoffren/dead-code-hunter

Dead Code Hunter v1.0.6 - 2025-02-25 - New screenshot

25 Feb 16:33
Compare
Choose a tag to compare
  • 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

25 Feb 15:50
Compare
Choose a tag to compare
  • 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

25 Feb 09:24
Compare
Choose a tag to compare

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

25 Feb 08:34
Compare
Choose a tag to compare
  • Updated the screenshot source in README.

Dead Code Hunter v1.0.2 - README and CHANGELOG update

25 Feb 08:19
Compare
Choose a tag to compare
  • Updated description and instructions in README
  • Added CHANGELOG

Dead Code Hunter v1.0.1 - Logo & Metadata Update

25 Feb 08:03
Compare
Choose a tag to compare
  • Added a project logo.
  • Updated package.json with additional keywords for better discoverability.

Dead Code Hunter v1.0.0 - Initial Release

25 Feb 08:02
Compare
Choose a tag to compare
  • 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.