WakaTime is a productivity & time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch.
-
Download WakaTime.dll, NLog.dll and Nlog.config
-
Inside regedit.exe go to
HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0_Config\AutomationOptions\LookInFolders
. -
Copy WakaTime.Addin to one of those folders (I recommend copying into
C:\Users\<my username>\AppData\Roaming\Microsoft\MSEnvShared\Addins
) -
Edit
WakaTime.Addin
and change the nodeExtensibility/Addin/Assembly
to the full path of WakaTime.dll you downloaded. -
Into Nlog.config file you must change two nodes as described below:
-
Change the node
nlog/targets/target/fileName
to the path you want to save logs. -
Change the node
nlog/targets/target/archiveFileName
to the path you want to archive logs. -
Enter your api key, then press
enter
. -
Use SQL Server Management Studio like you normally do and your time will be tracked for you automatically.
-
Visit https://wakatime.com/dashboard to see your logged time.
- SQL Server Management Studio 2012 (v11)
- SQL Server Management Studio 2014 (v12)