Skip to content

SQL Server Management Studio plugin to quantify your coding with automatic time tracking and metrics about your programming. https://wakatime.com

License

Notifications You must be signed in to change notification settings

KoenJanssensPD/ssms-wakatime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SQL Server Management Studio plugin to quantify your coding with automatic time tracking and metrics about your programming. https://wakatime.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%