Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewrporter/text-stats
Displays various text statistics for the currently opened document in Visual Studio Code
https://github.com/andrewrporter/text-stats
extension nodejs statistics typescript visual-studio-code vscode vscode-extension
Last synced: 7 days ago
JSON representation
Displays various text statistics for the currently opened document in Visual Studio Code
- Host: GitHub
- URL: https://github.com/andrewrporter/text-stats
- Owner: AndrewRPorter
- License: mit
- Created: 2019-07-25T00:21:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T02:21:50.000Z (over 5 years ago)
- Last Synced: 2025-01-02T04:48:20.225Z (about 1 month ago)
- Topics: extension, nodejs, statistics, typescript, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-stats
Display various text statistics for the currently opened document in Visual Studio.
## Configuration
- `includeNumbers`: Include numbers in text statistics
- `showSelected`: Toggle display of selected words in status bar
- `showPercentageSelected`: Toggle display for percentage of selected words in status bar
- `numDigits`: Number of digits to round percentage selected to
## Development Setup
Clone project
```
$ git clone https://github.com/AndrewRPorter/text-stats.git
```Change directory
```
$ cd text-stats
```Install dependencies
```
$ npm install
```Open Visual Studio Code in the extensions directory
```
$ code .
```Press `F5` to begin debugging the extension