Skip to content

datreks/codetime-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a28aad9 · May 12, 2024

History

78 Commits
May 12, 2024
Feb 12, 2023
Jan 22, 2024
May 12, 2024
Dec 3, 2020
Feb 12, 2023
Feb 17, 2023
Jan 2, 2024
Dec 4, 2020
Jan 22, 2024
Jan 2, 2024
May 12, 2024
May 12, 2024
Jan 2, 2024

Repository files navigation

CodeTime

CodeTime badge rating installs

CodeTime vscode plugin. Statistical analysis of programming time.

Web Site: Code Time

Previews

Dash board

Usage

  1. Login from web site: CodeTime.
  2. Get token from web site: CodeTime / settings.
  3. In VSCode, Press F1, enter token to find the command: CodeTime: Enter Token, Press Enter and then input your token.
  4. Write some code, visit the dashboard and check if data is available.

If using an online IDE like GitHub Codespaces, add your token to global ENV variable CODETIME_TOKEN.

Settings

Status Bar Info

You are able to select what time to show in your status bar by:

  • Press Ctrl (or command in Mac OS) + ,, then search codetime to find the options.
  • Press F1, enter codetime to find the options.

Supported options are:

  • total: Show total code time
  • average: Show average code time.
  • today: Show today code time.