Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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