Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariocasciato/vscode-codequantum
A VS Code extension that quickly counts lines in files and workspaces, and shows it in the status bar. Know your code at a glance
https://github.com/dariocasciato/vscode-codequantum
Last synced: about 1 month ago
JSON representation
A VS Code extension that quickly counts lines in files and workspaces, and shows it in the status bar. Know your code at a glance
- Host: GitHub
- URL: https://github.com/dariocasciato/vscode-codequantum
- Owner: DarioCasciato
- License: mit
- Created: 2023-09-27T12:40:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T09:50:01.000Z (8 months ago)
- Last Synced: 2024-05-02T06:30:11.814Z (8 months ago)
- Language: TypeScript
- Homepage: https://open-vsx.org/extension/DarioCas/codequantum
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeQuantum
The CodeQuantum extension lets you have an insight of the number of lines of code in your opened file and the total lines of code in the workspace. The Number of lines of code is displayed in the status bar.
## Features
- Display the number of lines of code in the status bar
- You can change the alignment of the status bar item in the extension settings
- The counter excludes files that are listed in .gitignore, .vscodeignore and .ignore files
- Provides the ability to specify additional exclude patterns directly in `settings.json`
### exclude files with settings.json
```json
{
"codequantum.excludePatterns": [
"directories/to/ignore/**",
"files/to/ignore/**"
]
}
```## Repository
The source code for this extension is available on [GitHub](https://github.com/DarioCasciato/vscode-codequantum.git). Contributions, bug reports, and feature requests are welcome.
## License
This extension is released under the [MIT License](LICENSE).
## Credits
This extension was developed by [Dario Casciato](https://github.com/DarioCasciato/).
[Buy me a espresso](https://buymeacoffee.com/dcasciato0s)