A production-quality VS Code extension that tracks accurate word count, character count, lines, and calculates reading time with real-time status bar updates and analytics.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A production-quality VS Code extension that tracks accurate word count, character count, lines, and calculates reading time with real-time status bar updates and analytics.
Features
Word Count: Accurately counts words in your active document.
Character Count: Tracks total characters and characters without spaces.
Line Count: Provides the total number of lines.
Reading Time: Estimates how long it will take to read the document.
Live Status Bar: Real-time updates as you type.
Analytics Panel: A beautiful webview panel displaying detailed statistics.
Installation
Open VS Code
Go to the Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+X`)
Search for "Word Counter Pro AI"
Click Install
Usage
The extension automatically activates when you open a text file. You will see a live update of the word count in the bottom left status bar.
Commands
Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and type "Word Counter":
`Word Counter: Show Analytics`: Opens the detailed analytics webview panel.
`Word Counter: Count Words`: Displays a quick popup with the current word count.
`Word Counter: Toggle Live Counter`: Enables or disables real-time counting while typing.
Keyboard Shortcuts
`Ctrl+Shift+A` (Windows/Linux) or `Cmd+Shift+A` (Mac): Show Analytics Panel
Settings
You can customize the extension behavior through VS Code settings (`Ctrl+,` / `Cmd+,`):
`wordCounter.enableLiveCount`: Enable or disable live updates (default: `true`)
`wordCounter.readingSpeed`: Adjust the words-per-minute used for reading time calculation (default: `200`)
`wordCounter.showStatusBar`: Show or hide the status bar item (default: `true`)