Ghoster - VSCode Unused Dependencies Detector
Ghoster is a Visual Studio Code extension that helps you keep your Features
Supported File Types and Import StylesGhoster currently supports:
Note: CommonJS Installation
UsageOnce installed, Ghoster will automatically start analyzing your project:
The extension will continuously monitor your files for changes and update the highlights in real-time. CommandsGhoster adds the following command to the Command Palette:
ConfigurationYou can customize Ghoster by modifying your VSCode
This setting allows you to specify dependencies that should be ignored by Ghoster, even if they appear to be unused. How It WorksGhoster uses a smart file watching system to detect changes in your project files. When a file is modified, created, or deleted, Ghoster analyzes only the affected file, maintaining an up-to-date dependency tree without unnecessary full project scans. ContributingWe welcome contributions to Ghoster! If you have suggestions for improvements or bug fixes, please feel free to open an issue or submit a pull request on our GitHub repository. LicenseThis project is licensed under the MIT License - see the LICENSE file for details. SupportIf you encounter any problems or have any questions, please open an issue on our GitHub repository. Happy coding, and may your dependencies always be lean and mean! 👻💻 |