<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Raaf11</title>
    <description>The latest articles on DEV Community by Raaf11 (@raaf11).</description>
    <link>https://dev.to/raaf11</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4086458%2F723d02cd-8958-4884-8931-248f42829e6a.jpg</url>
      <title>DEV Community: Raaf11</title>
      <link>https://dev.to/raaf11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raaf11"/>
    <language>en</language>
    <item>
      <title>I hated manual timesheets, so I built a silent, multi-IDE automatic tracker</title>
      <dc:creator>Raaf11</dc:creator>
      <pubDate>Thu, 20 Aug 2026 11:37:47 +0000</pubDate>
      <link>https://dev.to/raaf11/i-built-a-time-tracker-that-follows-you-across-every-ide-vs-code-cursor-devin-jetbrains-family-413a</link>
      <guid>https://dev.to/raaf11/i-built-a-time-tracker-that-follows-you-across-every-ide-vs-code-cursor-devin-jetbrains-family-413a</guid>
      <description>&lt;p&gt;Let’s be honest: &lt;strong&gt;manual time tracking is a productivity killer.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;As developers, our brain works best when we are in "the zone" (the flow state). But the moment you have to remember to click "Start" on a web-based stopwatch, or manually log your hours into a timesheet at the end of the day, that focus breaks. &lt;/p&gt;

&lt;p&gt;Even worse? Many of us don't just use one editor. Depending on the stack or the task, we switch. You might be debugging a heavy backend in &lt;strong&gt;IntelliJ IDEA&lt;/strong&gt;, refactoring a frontend in &lt;strong&gt;VS Code&lt;/strong&gt;, and experimenting with AI coding agents in &lt;strong&gt;Cursor&lt;/strong&gt; or &lt;strong&gt;Devin&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Every time-tracking tool I tried was either tied to a single IDE ecosystem, forcing me to stitch together disparate, broken logs at the end of the month, or they were bloated spyware that logged my keystrokes.&lt;/p&gt;

&lt;p&gt;So, I built a silent, lightweight solution that follows you everywhere: &lt;strong&gt;&lt;a href="https://justclock.dev" rel="noopener noreferrer"&gt;JustClock&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ The Core Challenge: The Multi-IDE Mess
&lt;/h2&gt;

&lt;p&gt;When you switch between different developer tools, your time tracking fragmentizes. &lt;/p&gt;

&lt;p&gt;Different IDEs often give the same project completely different folder structures or internal names. For example, a repository opened in PhpStorm might be recognized differently than when it's opened as a workspace folder in VS Code. If you use specialized editors like &lt;strong&gt;Cursor&lt;/strong&gt;, &lt;strong&gt;Trae&lt;/strong&gt;, or enterprise-level &lt;strong&gt;Visual Studio 2022&lt;/strong&gt;, your timeline fractures even more.&lt;/p&gt;

&lt;p&gt;To fix this, I designed JustClock to work silently across &lt;strong&gt;20+ supported IDEs&lt;/strong&gt;, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The JetBrains Family:&lt;/strong&gt; IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, GoLand, CLion, Rider, Android Studio, RubyMine, DataGrip, RustRover.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VS Code &amp;amp; Forks:&lt;/strong&gt; Visual Studio Code, Cursor, Devin, Trae (using the same unified extension layer).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full IDEs:&lt;/strong&gt; Visual Studio 2022, Visual Studio 2026.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Solving the Naming Conflict: Project Aliases
&lt;/h3&gt;

&lt;p&gt;We recently introduced a feature called &lt;strong&gt;Project Aliases&lt;/strong&gt;. It solves a massive architectural headache: merging reports when different IDEs name the same project differently. JustClock merges those timelines without touching what your IDE actually reports under the hood, presenting a unified dashboard.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 How it Works Under the Hood (Architecture &amp;amp; Logic)
&lt;/h2&gt;

&lt;p&gt;The primary goal of JustClock was to be &lt;strong&gt;non-intrusive by default&lt;/strong&gt;. It doesn't run a heavy desktop app in the background. Instead, it relies on ultra-lightweight plugins native to each IDE marketplace.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Foreground Activity Detection:&lt;/strong&gt; The plugin hooks into the IDE's window state. It detects whether the editor is the active window on your OS and monitors if you are actively working in a specific workspace.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Idle Problem (Smart Pausing):&lt;/strong&gt; One of the biggest challenges was defining "idle time." If you leave your desk to grab coffee or get pulled into an unexpected meeting, a standard timer keeps running, skewing your metrics. JustClock monitors workspace activity and automatically pauses the timer during inactivity, ensuring minute-level accuracy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;120-Second Sync Loop:&lt;/strong&gt; The plugin batches your active coding time locally and syncs it securely to your dashboard roughly every 2 minutes. No lag, no CPU spikes, no memory leaks.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🔒 Security &amp;amp; Data Focus: 0 Lines of Code Read
&lt;/h2&gt;

&lt;p&gt;As developers, we are naturally skeptical about plugins running inside our development environments. We handle proprietary code, API keys, and sensitive business logic. &lt;/p&gt;

&lt;p&gt;From day one, JustClock was built with a strict &lt;strong&gt;security-first philosophy&lt;/strong&gt;. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;0 Lines of Code Read:&lt;/strong&gt; The plugin has absolutely zero access to your code repository, file contents, or directory structures.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No Keystroke Logging:&lt;/strong&gt; We do not record what you type, what variables you name, or what commands you execute.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Minimal Data Payload:&lt;/strong&gt; The only data transmitted to our secure servers consists of:

&lt;ul&gt;
&lt;li&gt;A basic project name / identifier&lt;/li&gt;
&lt;li&gt;Active time spent inside the IDE (time delta)&lt;/li&gt;
&lt;li&gt;Your anonymized user account identifier&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Setting It Up in 4 Steps
&lt;/h2&gt;

&lt;p&gt;I wanted the onboarding to be as seamless as your git workflow. No matter which editor you use, the setup follows the exact same logical path:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the extension from your editor's official marketplace (&lt;strong&gt;JetBrains Marketplace&lt;/strong&gt;, &lt;strong&gt;VS Code Marketplace&lt;/strong&gt;, &lt;strong&gt;Open VSX Registry&lt;/strong&gt;, or &lt;strong&gt;Visual Studio Marketplace&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;Open your IDE settings (&lt;code&gt;Ctrl/Cmd + ,&lt;/code&gt; or &lt;code&gt;Tools &amp;gt; Options&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Grab your private API key from the &lt;strong&gt;&lt;a href="https://justclock.dev" rel="noopener noreferrer"&gt;JustClock.dev&lt;/a&gt;&lt;/strong&gt; dashboard.&lt;/li&gt;
&lt;li&gt;Paste the key, hit save, and close the window.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The plugin vanishes into the background, and your dashboard begins turning your chaotic coding sessions into beautiful, structured visual charts, timelines, and activity heatmaps.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎁 Built for the Community (Feedback Wanted!)
&lt;/h2&gt;

&lt;p&gt;JustClock is a paid product designed for consultants, freelancers, and dev teams who need precise billing data without administrative overhead. However, we want to support the next generation of engineers, which is why &lt;strong&gt;JustClock is completely free for verified students for a full year&lt;/strong&gt; (renewable as long as you're enrolled).&lt;/p&gt;

&lt;p&gt;For everyone else, we offer a fully featured &lt;strong&gt;60-day free trial, absolutely no credit card required&lt;/strong&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  Screenshot
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffelohabf1t302qgwnp4a.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffelohabf1t302qgwnp4a.webp" alt=" " width="800" height="536"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am genuinely looking for brutal engineering feedback from the DEV community:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How do you currently handle time tracking when switching between backend and frontend IDEs?&lt;/li&gt;
&lt;li&gt;Would a &lt;strong&gt;local-only mode&lt;/strong&gt; (saving all metrics entirely to a local JSON/SQLite database with zero cloud sync) be a feature you'd heavily prioritize?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check it out at &lt;strong&gt;&lt;a href="https://justclock.dev" rel="noopener noreferrer"&gt;justclock.dev&lt;/a&gt;&lt;/strong&gt;, install it in your favorite IDE, and let me know your thoughts in the comments below!&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>vscode</category>
      <category>cursor</category>
    </item>
  </channel>
</rss>
