Size ProjectA Visual Studio Code extension that shows the total number of non-empty lines of code in your project. Features
InstallationYou can install this extension directly from the Visual Studio Code Marketplace:
Alternatively, you can download the VSIX file from the releases page and install it manually:
UsageOnce installed, the extension automatically activates when you open a workspace. You'll see the line count in the status bar at the bottom right of your VS Code window. The count updates automatically when:
You can also manually recalculate the project size by clicking on the line count in the status bar. Performance ConsiderationsFor very large projects, the initial calculation might take a few seconds. The extension is designed to be as efficient as possible by:
DevelopmentIcon Conversion for PublishingIf you're planning to package and publish this extension, please refer to ICON_CONVERSION.md for instructions on converting the icon from SVG to PNG format. ContributingContributions are welcome! Please feel free to submit a Pull Request.
LicenseThis project is licensed under the MIT License - see the LICENSE file for details. AcknowledgmentsRelease Notes1.0.0
|