VS Code Extension

Code. Track. Bill.
Without Leaving Your Editor.

Stay in your flow. Control your timer directly from your IDE status bar and let Time Nomad automatically log your file activity.

Install for VS Code
index.ts — Time Nomad
1import { Project } from './types';
2
3// TODO: Refactor payment logic
4const calculateTotal = (hours: number) => {
5 return hours * 150;
6};
▶ 01:24:30| Project Phoenix
TypeScript
Seamless Integration

Designed for Developers

  • Status Bar Control

    Start, stop, and switch projects instantly.

  • Context Tracking

    Automatically logs files and languages.

Ready to boost your productivity?

Install Extension

Frequently Asked Questions

Everything you need to know about getting paid as a digital nomad.

Which IDEs do you support?

We currently have a fully featured extension for VS Code. Plugins for JetBrains IDEs (WebStorm, IntelliJ, PHPStorm) are in beta testing.

How does auto-tracking work?

The extension detects which file you are currently editing and logs the time against your active project. It can automatically pause the timer if you stop typing for a set period.

Do I need to leave my editor to start a timer?

No. You can start, stop, and switch projects directly from the status bar in VS Code, or use the command palette (Cmd+Shift+P).

Does it work with remote development?

Yes, the extension is fully compatible with VS Code Remote (SSH, WSL, Containers) and GitHub Codespaces.

Is the extension open source?

Yes! The VS Code extension is open source. You can audit the code or contribute to it on our GitHub repository.