Speed reading overlay for VS Code using RSVP (Rapid Serial Visual Presentation). Read docs, READMEs, and logs at 300–800+ WPM without leaving your editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Speed-read any text file directly in VS Code using RSVP (Rapid Serial Visual Presentation) — the same technique behind Spritz and spread0r. Words are shown one at a time with the Optimal Recognition Point (ORP) highlighted in red, eliminating eye movement and letting you read at 300–800+ WPM without leaving your editor.
Features
RSVP Speed Reader — one word at a time, ORP-aligned and centred
Smart pacing — longer words and punctuation automatically get more display time
Sentence-end pause — configurable blank pause after ., !, ?, : to let each thought land
WPM control — slider from 100–1000 WPM, saved across sessions
Jump controls — skip ±10 words with arrow keys or buttons
German compound word support — hyphenated Komposita split automatically
Usage
Open any text file or select a passage
Press Cmd+Shift+R (Mac) / Ctrl+Shift+R (Windows/Linux), or right-click → AI Reader: Speed Read
Press Space to start reading
Keyboard Shortcuts
Key
Action
Space
Play / Pause
← / →
Jump ±10 words
Esc
Close
Settings
Setting
Default
Description
aiReader.wpm
250
Words per minute (100–1000)
aiReader.sentencePause
true
Brief blank pause after sentence-ending punctuation
Development
npm install
npm run compile
Press F5 in VS Code to launch the Extension Development Host.