DEV Community

Cover image for πŸ’»βš’ Productivity and tracking extensions for Visual Studio Code βš’πŸ’»
Michael "lampe" Lazarski
Michael "lampe" Lazarski

Posted on

πŸ’»βš’ Productivity and tracking extensions for Visual Studio Code βš’πŸ’»

"ItΒ΄s better to wait for a productive programmer to become available than it is to wait for the first available programmer to become productive." - Steve McConnell

Most often when we think about productivity as developers we think about extensions and tooling. To an extent, this is a good way to be more productive as a developer. Extensions that highlight your code on the correct way or extensions that provide common snippets for specific frameworks or programming languages.

Ther is also another way that is more advanced to get more productive. How can you know what is the right way for you to get more productive? Maybe you have the habit of opening Facebook or Twitter or Instagram even without thinking because the browsers address bar is not far away. Suddenly you spend 40 minutes on Twitter just scrolling down and your productivity goes down badly.

πŸ›‘πŸ€―You can't improve what you don't measure.πŸ€―πŸ›‘

Tracking what you are working on and by that measuring in the digital age is easy! Let's have some look at a few extensions that can help you with tracking and measuring your time.

Code Time

After a quick search, I found 'Code Time'. The setup is straight forward. You get a prompt to open a link in VS Code then you can log in for example with Github. After authorizing code time to log in with Github you are logged in and ready to go.

Now you need to work for a while to see anything. Coding for Code Time does not count if you just open VS Code. You need to type or for example open/save a file. If you now don't do anything for 15 minutes Code Time will count this as one session.

There are several statistics that you can look at. The most simple one is Hours coded. This is the easiest statistic and you can look at it daily, from last week or from last month.

Another metric is 'Total Keystrokes' again this is a very simple metric and you should not worry about it too much. Keystrokes alone are not a very good indicator of productivity.

What I find more interesting is the average code time and if I have reached it today. This indicator is more helpful for me to see if I have reached my goal of coding or not.

Speaking of goals you can set goals in Code Time. They are rather simple. You can set your Code Start Time, with this you can force yourself to really start in the morning to code. The other goal, of course, it the code time each day you want to code. A nice little thing here is that you can choose the days you want to reach that goal. Maybe on the weekend, you don't want to code and relax. Then don't set it as a goal.

There are more metrics and features like connecting Code Time to your Google calendar and setting up the Company work hours. The latter is important if you want to track how much you code outside of work. For me, that is not important but maybe for you, it is!

You can also have a look at all this metric and more in your editor. Just click on the small rocket with the minute number and then a pop up appears where you have to select Code Time Dashboard. Here you can see your metric in a nicely formatted text file.

If you like these metrics and find them helpful try out Code time.

WakaTime

This is another tracking and metrics tool. It almost has the same metrics as Code Time. The 2 biggest differences being that you don't have any reports in your browser and the second being that you can see at the web interface what languages you were working with the most.

Also, you can have multiple goals based on a specific project, language or editor. For me, the most useful of these is the set goal for a specific project. This can even be used as a tool for a freelancer to see how many hours they have worked for a specific client and charge them for these hours.

Also, there is a Leaderboard where you can see how other developers and also see how much they work on average every day, what editor they use and what languages they code in. As of writing this post the current leader is working on average every day for 6 hours in YAML files 😲 Crazy!

Simple Timer

If you just want to work for 20 minutes or 2 hours then this simple timer is the tool for you. This one has no metric no shiny interface. It is just for you to set a specific time that you want to work on and see for yourself how productive you are at that time.

And yes sure you can use a Pomodoro timer.

In general, I would recommend you to use the Pomodoro technique if you know that not being focused is your productivity problem. The Simple Timer at least for me is for people who just want to reflect on the last session of coding they had and see what they can do better next time.

What to do with the metrics?

So now that we have all that data? I don't know to be honest since right now I'm just tracking and I right now don't have enough data. I will write a follow-up post to see what I found in my specific case and what I could do to improve and what was my problem.

πŸ‘‹Say Hallo! Instagram | Twitter | LinkedIn | Medium | Twitch | YouTube

Top comments (6)

Collapse
 
itachiuchiha profile image
Itachi Uchiha

I prefer Clockify.

It has a vs-code plugin clockify.me/vs-code-time-tracking.

But I'm using WakaTime for my GitHub projects.

Collapse
 
psuplat profile image
Piotr Suplat • Edited

That's fine as long as you do ALL your work inside VC. But what if I am spending considerable amount of time outside of VC, for example working with databases using SSMS or Workbench? Sometimes you are working for a long period trying to solve a particular problem, and you may not type a single character inside VC? Does this mean that I am not being productive?

Collapse
 
tfbiii profile image
Fred Buecker

Wakatime has plugins for numerous editors and tools. They will accept recommendations for new tools to support.

Collapse
 
metruzanca profile image
Samuele Zanca

I personally prefer wakatime due to it being cross-IDE. e.g. I use a mix of VS 2019 & Sublime (occasionally vs code for purely js/nodejs projects) and wakatime allows me to track my time.
Waka also allows you to see how much time you spend on X project, which already ended up being handy for determining which project at work I needed to assign my time to on our time sheet when I forgot to do it. You can also track your commits to a given repo, but I havent used this feature much since all the work I'm currently doing is closed source.

Collapse
 
tfbiii profile image
Fred Buecker

I'm a big fan of Wakatime as well. My issue though is that I can't make a connection via the plug-in from my corporate system. I am trying to find a compatible plugin that is fully offline and self-contained.

Collapse
 
cutemaxi profile image
Oparaononaku maximus

Can you be a coach to me pls?