Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Do Warm Up - Typing PracticeNew to Visual Studio Code? Get it now.
Do Warm Up - Typing Practice

Do Warm Up - Typing Practice

shailesh thakur

|
1 install
| (0) | Free
A VS Code extension to practice typing and warm up before coding.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DoWarmUp - VS Code Typing Practice Extension

DoWarmUp Logo VS Code TypeScript

🚀 Overview

DoWarmUp is a comprehensive typing practice extension for Visual Studio Code that helps developers improve their coding speed and accuracy. Designed specifically for programmers, it offers various practice modes including code snippets, quotes, and customizable word lists.

✨ Features

🎯 Practice Modes

  • ⏱️ Time Mode: Practice for 15, 30, 60, or 120 seconds
  • 📝 Words Mode: Practice with 10, 25, 50, or 100 words
  • 💬 Quote Mode: Type famous quotes of varying lengths
  • 💻 Code Mode: Practice with real code snippets in multiple programming languages

🌐 Programming Languages Supported

  • Python
  • JavaScript
  • TypeScript
  • Java
  • C++
  • React/JSX
  • And more...

📊 Detailed Statistics

  • WPM (Words Per Minute): Track your typing speed
  • Raw WPM: Measure your actual keystroke speed
  • Accuracy: Monitor your typing precision
  • Consistency: Track your performance stability
  • Character Analysis: See correct, incorrect, extra, and missed characters

🎨 User Experience

  • Clean Interface: Minimalistic design focused on typing
  • Real-time Feedback: Instant visual feedback as you type
  • Blur Protection: Screen blurs after inactivity to maintain focus
  • Keyboard Shortcuts: Quick restart with Ctrl+Backspace
  • Responsive Design: Works seamlessly in VS Code

🛠️ Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "DoWarmUp"
  4. Click Install

Manual Installation

  1. Download the .vsix file from releases
  2. Open VS Code
  3. Press Ctrl+Shift+P and type "Extensions: Install from VSIX"
  4. Select the downloaded file

🎮 Usage

Getting Started

  1. Open Command Palette (Ctrl+Shift+P)
  2. Type "DoWarmUp: Start Typing Practice"
  3. Choose your preferred practice mode
  4. Start typing to begin!

Commands

  • DoWarmUp: Start Typing Practice - Launch the typing practice interface
  • DoWarmUp: Quick Time Practice - Start a quick 30-second practice session
  • DoWarmUp: Code Practice - Start code-focused typing practice

Keyboard Shortcuts

  • Ctrl+Alt+T - Open typing practice
  • Ctrl+Backspace - Restart current test (while practicing)
  • Tab or Escape - Reset test (when inactive)

📋 Practice Modes Guide

⏱️ Time Mode

Perfect for quick warm-up sessions. Set a timer and type as much as possible within the time limit.

  • 15s: Quick finger warm-up
  • 30s: Standard practice session
  • 60s: Extended typing practice
  • 120s: Marathon typing session

📝 Words Mode

Practice with a specific number of words. Great for building consistency.

  • 10 words: Perfect for beginners
  • 25 words: Quick practice round
  • 50 words: Standard practice length
  • 100 words: Extended practice session

💬 Quote Mode

Type inspiring quotes and improve your typing rhythm.

  • Short: Quick quotes under 100 characters
  • Medium: Balanced quotes 100-200 characters
  • Long: Extended quotes over 200 characters
  • All: Random selection from all quote lengths

💻 Code Mode

Practice typing real code snippets to improve your programming speed.

  • Choose from multiple programming languages
  • Practice common coding patterns
  • Improve your muscle memory for special characters

📊 Understanding Your Results

Metrics Explained

  • WPM: Words per minute (5 characters = 1 word)
  • Raw WPM: Total characters typed per minute ÷ 5
  • Accuracy: Percentage of correctly typed characters
  • Consistency: Stability of your typing rhythm
  • Time: Total time taken to complete the test

Performance Tips

  • Focus on accuracy first: Speed comes naturally with practice
  • Use proper finger positioning: Follow touch typing guidelines
  • Practice regularly: Consistency is key to improvement
  • Don't look at the keyboard: Train your muscle memory
  • Take breaks: Avoid fatigue with regular breaks

⚙️ Configuration

The extension can be configured through VS Code settings:

{
  "dowarmup.defaultMode": "time",
  "dowarmup.defaultTimeLimit": 30,
  "dowarmup.defaultWordCount": 25,
  "dowarmup.autoBlurDelay": 5000,
  "dowarmup.showTimer": true,
  "dowarmup.preferredLanguage": "python"
}

🤝 Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Development Setup

# Clone the repository
git clone https://github.com/shaileshthakur1/dowarmup.git

# Install dependencies
npm install

# Start development
npm run dev

# Build the extension
npm run build

# Package the extension
npm run package

🐛 Bug Reports & Feature Requests

Found a bug or have a feature idea? We'd love to hear from you!

  • Bug Reports: Open an issue with detailed steps to reproduce
  • Feature Requests: Start a discussion with your ideas
  • Questions: Check our FAQ or start a discussion

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • Inspired by popular typing practice websites
  • Built with the VS Code Extension API
  • Special thanks to the open-source community

📞 Connect with the Developer

  • Instagram: @iamshylesss
  • GitHub: shaileshthakur1
  • LinkedIn: shaileshthakur1

Happy Typing! 🚀

Made with ❤️ by Shailesh Thakur

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft