Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)