AndrewRPorter / text-stats

Displays various text statistics for the currently opened document in Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Displays various text statistics for the currently opened document in Visual Studio Code

License:MIT License


Languages

Language:TypeScript 100.0%