Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.51 KB

ssms-wakatime

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.

Installation

  1. Download WakaTime.dll, NLog.dll and Nlog.config

  2. Inside regedit.exe go to HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0_Config\AutomationOptions\LookInFolders.

  3. Copy WakaTime.Addin to one of those folders (I recommend copying into C:\Users\<my username>\AppData\Roaming\Microsoft\MSEnvShared\Addins)

  4. Edit WakaTime.Addin and change the node Extensibility/Addin/Assembly to the full path of WakaTime.dll you downloaded.

  5. Into Nlog.config file you must change two nodes as described below:

  6. Change the node nlog/targets/target/fileName to the path you want to save logs.

  7. Change the node nlog/targets/target/archiveFileName to the path you want to archive logs.

  8. Enter your api key, then press enter.

  9. Use SQL Server Management Studio like you normally do and your time will be tracked for you automatically.

  10. Visit https://wakatime.com/dashboard to see your logged time.

Screen Shots

Project Overview

Supported SQL Server Management Studio Editions

  • SQL Server Management Studio 2012 (v11)
  • SQL Server Management Studio 2014 (v12)

Contributing