All Projects → wakatime → Vscode Wakatime

wakatime / Vscode Wakatime

Licence: bsd-3-clause
Visual Studio Code plugin for automatic time tracking and metrics generated from your programming activity.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Wakatime

Swdc Vscode
Time-tracking plugin for Visual Studio Code
Stars: ✭ 268 (-54.42%)
Mutual labels:  time-tracking, vscode-extension
Vscode Angular Snippets
Angular Snippets for VS Code
Stars: ✭ 530 (-9.86%)
Mutual labels:  vscode-extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-26.02%)
Mutual labels:  vscode-extension
Sublime Wakatime
Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 487 (-17.18%)
Mutual labels:  time-tracking
Marp Vscode
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
Stars: ✭ 442 (-24.83%)
Mutual labels:  vscode-extension
Vscode Rust
Rust for Visual Studio Code
Stars: ✭ 488 (-17.01%)
Mutual labels:  vscode-extension
Better Comments
Stars: ✭ 420 (-28.57%)
Mutual labels:  vscode-extension
Vscode Markdown Pdf
Markdown converter for Visual Studio Code
Stars: ✭ 571 (-2.89%)
Mutual labels:  vscode-extension
Language Tools
The Svelte Language Server, and official extensions which use it
Stars: ✭ 516 (-12.24%)
Mutual labels:  vscode-extension
Shades Of Purple Vscode
🦄 Shades of Purple — A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download →
Stars: ✭ 486 (-17.35%)
Mutual labels:  vscode-extension
Chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 468 (-20.41%)
Mutual labels:  vscode-extension
Gistpad
VS Code extension for managing and sharing code snippets, notes and interactive samples using GitHub Gists
Stars: ✭ 443 (-24.66%)
Mutual labels:  vscode-extension
Sts4
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
Stars: ✭ 490 (-16.67%)
Mutual labels:  vscode-extension
Edamagit
Magit for VSCode
Stars: ✭ 440 (-25.17%)
Mutual labels:  vscode-extension
Evermonkey
Evernote Editing. Redefined. 关于 token 的问题请去 https://github.com/michalyao/evermonkey/issues/94 中查看!
Stars: ✭ 542 (-7.82%)
Mutual labels:  vscode-extension
Vscode Graphql
VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
Stars: ✭ 435 (-26.02%)
Mutual labels:  vscode-extension
Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (-24.32%)
Mutual labels:  vscode-extension
Vscode Live Sass Compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Stars: ✭ 488 (-17.01%)
Mutual labels:  vscode-extension
Kimai
Kimai v1 open source time-tracking - please switch to Kimai v2
Stars: ✭ 583 (-0.85%)
Mutual labels:  time-tracking
Vscode Php Debug
PHP Debug Adapter for Visual Studio Code 🐞⛔
Stars: ✭ 569 (-3.23%)
Mutual labels:  vscode-extension

WakaTime for Visual Studio Code

Build Status Visual Studio Marketplace Version Coding time tracker

WakaTime is an open source VS Code plugin for metrics, insights, and time tracking automatically generated from your programming activity.

Installation

  1. Press F1 or ⌘ + Shift + P and type install. Pick Extensions: Install Extension.

    type install

  2. Type wakatime and hit enter.

    type wakatime

  3. Restart Visual Studio Code.

  4. Enter your api key, then press enter.

    (If you’re not prompted, press F1 or ⌘ + Shift + P then type WakaTime API Key.)

  5. Use VSCode and your coding activity will be displayed on your WakaTime dashboard

Usage

Visit https://wakatime.com to see your coding activity.

Project Overview

Configuring

VS Code specific settings are available from ⌘ + Shift + P, then typing wakatime.

For example, to hide today's coding activity in your status bar:

Press ⌘ + Shift + P then set WakaTime: Status Bar Coding Activity to false.

Extension settings are stored in the INI file at $WAKATIME_HOME/.wakatime.cfg.

More information can be found from wakatime core.

Notes:

  1. $WAKATIME_HOME defaults to $HOME
  2. To disable the extension at startup add disabled=true to your config, this operation can also be performed by pressing ⌘ + Shift + P and selecting WakaTime: Disable.

Troubleshooting

First, turn on debug mode:

  1. Press F1 or ⌘ + Shift + P
  2. Type > WakaTime: Debug, and press Enter.
  3. Select true, then press Enter.

Next, open your Developer Console to view logs and errors:

Help → Toggle Developer Tools

Errors outside the scope of vscode-wakatime go to $WAKATIME_HOME/.wakatime.log from wakatime-cli.

The How to Debug Plugins guide shows how to check when coding activity was last received from your editor using the Plugins Status Page.

Microsoft Windows Only: Using WakaTime behind a corporate proxy? Try enabling your Windows Root Certs inside VS Code with the win-ca extension: Press Ctrl + Shift + X, search for win-ca, press Install.

For more general troubleshooting info, see the wakatime-cli Troubleshooting Section.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].