emekaorji / speed-test

Shows your internet speed in the status bar in VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed Test VSCode Extension

Speed Test Logo

This VSCode extension allow you to test your internet upload and download speed right in your IDE.

Features πŸ“™

  • Test Upload and Download Speed
  • Save test results and see last test time stamp

Installation πŸ“

  1. Launch Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon on the left sidebar or by using the shortcut Ctrl+Shift+X.
  3. Search for "Speed Test" in the Extensions marketplace.
  4. Click the "Install" button next to the "Speed Test" extension.
  5. Once installed, you can find the extension running in your status bar.
    Loading

Usage πŸ› οΈ

  1. Launch Visual Studio Code and Speed Test should begin running.
  2. To see the progress of the current running test, click on the extension's button in the status bar.
    Progress
  3. "Cancel" to stop the test immediately.
  4. You can "Run again" after a test has been aborted or completed.
    Success
  5. In case of any errors or issues, appropriate error messages will be displayed, indicating the problem encountered. Refer to the #Troubleshooting section of this docs and try to fix the issue based on the error message. If the error persists, please reach out to me via Twitter DM (@code_rabbi).

Extension Deactivation πŸ˜”

The extension is deactivated automatically when you close Visual Studio Code or manually disable the extension in the Extensions view.

Troubleshooting πŸ›

  • Warning "Speed Test Aborted": This occurs when a test is cancelled before it is completed.
  • Error "No network error": Make sure your device is connected to the internet before running the test again.
  • Error: "Service Error": There is a problem with our speed test service. Pls create an issue here to notify us immediately.

Future Updates

  • Disable speed test from running on startup
  • DND: Don't show any notifications at all. Only show test in status bar
  • Show extra network information, e.g latency, buffer bloat, etc.

Feedback and Contributions πŸ‘‚

If you have any feedback, suggestions, or bug reports, please reach out to me on Twitter (@code_rabbi)

Enjoy! πŸ’™

About

Shows your internet speed in the status bar in VSCode

License:MIT License


Languages

Language:TypeScript 96.0%Language:JavaScript 4.0%