WeSearch

I Built a VS Code Extension to Track My Coding Time — And Kept Your Data 100% Local

·2 min read · 0 reactions · 0 comments · 30 views
#vscode#productivity#opensource#webdev
I Built a VS Code Extension to Track My Coding Time — And Kept Your Data 100% Local
TL;DR · WeSearch summary

Kuldipsinh Parmar developed a VS Code extension called Dev Code Tracker to help track coding time without requiring user accounts or cloud storage. The extension automatically starts and pauses tracking based on user activity, ensuring a seamless experience. It prioritizes user privacy by saving all data locally within the project folder.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,877 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3959813) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Kuldipsinh Parmar Posted on May 30 I Built a VS Code Extension to Track My Coding Time — And Kept Your Data 100% Local #productivity #webdev #vscode #opensource I Built a VS Code Extension to Track My Coding Time — And Kept Your Data 100% Local Tags: vscode, productivity, opensource, webdev I never really knew how many hours I was actually coding each day. I'd sit down at 10am, blink, and suddenly it's 6pm.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)