Skip to content

Latest commit

 

History

History
51 lines (23 loc) · 1.46 KB

File metadata and controls

51 lines (23 loc) · 1.46 KB

Typing Speed Meter Sample

Display an adornment with a typing speed meter in the Text Editor

  • Technologies: Visual Studio 2017 SDK

  • Topics: Visual Studio Shell, VSX, Editor, Adornment

Description

This extension modifies the text editor to display a typing speed meter. The sample uses an adornment to display the meter onscreen, and utilizes IVsTextViewCreationListener to track user keyboard input and update the meter.

The binaries for this sample can also be installed via the extension manager.

Requirements

Visual Studio 2017

Get all samples

Clone the repo (How to):

git clone https://github.com/Microsoft/VSSDK-Extensibility-Samples.git

Run the sample

  1. To run the sample, hit F5 or choose the Debug > Start Debugging menu command. A new instance of Visual Studio will launch under the experimental hive.
  2. Once loaded, open any file in the Visual Studio Text Editor.
  3. The typing speed meter can be seen in the top right corner of the screen.

Related topics