# vsc-typingmeasure **Repository Path**: Qvanjian/vsc-typingmeasure ## Basic Information - **Project Name**: vsc-typingmeasure - **Description**: Shows typing speed in VS Code status bar. Inspired by [AlbinTheander/vsc-typingspeed](https://github.com/AlbinTheander/vsc-typingspeed). - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-27 - **Last Updated**: 2024-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qvanjian-typingmeasure Inspired by [AlbinTheander/vsc-typingspeed](https://github.com/AlbinTheander/vsc-typingspeed). ## Features Generally, this extension uses the last 5s for calculating your tmp(typing per minute) smoothly, and records the maximun tpm. ## Requirements None, currently. ## Extension Settings This extension contributes the following settings: * `typingmeasure.window`: Smoothing window length(ms) applied. A longer value means a more average tpm result. * `typingmeasure.interval`: Update interval(ms) of tpm shown in status bar, only valid between 100 and `typingmeasure.window`. ## Extension Commands This extension contributes the following commands: * `TypingMeasure: Reset Max Speed`: Reset the record max tpm. ## Known Issues None, currently. ## Install ### locally Run `npm run install:local`. Known issue [here](https://github.com/microsoft/vscode/issues/96056). ### marketplace [here](https://marketplace.visualstudio.com/items?itemName=qvanjian.qvanjian-typingmeasure). ## Release Notes ### 0.0.1 Initial release of basic features. ### 0.0.2 Provide configuration for "update interval" and "smooting window length".