Code::Stats - Write code, level up, show off! A free stats tracking service for programmers. This plugin enables XP tracking in Notepad++.
To get started, you need to create an account at codestats.net.
-
Inside Notepad++ open the Plugins Admin (
Plugins
→Plugins Admin...
). -
Check the box next to
Code::Stats
in the list of plugins. (Note: If the plugin version in the list is outdated, you need to update your Notepad++ to the latest version) -
Click the
Install
button. -
Confirm the restart of Notepad++.
-
Enter your API token in the window that pops up, then press
OK
. -
Use Notepad++ like you normally do and your amount of programming will be tracked for you automatically.
-
Visit https://codestats.net to see your logged stats.
OR
-
Go to releases and download zip file for correct architecture of your Notepad++ installation.
-
Put
CodeStats.dll
in Notepad++ plugin dir, inside ofCodeStats
folder, for example (for x86):C:\Program Files (x86)\Notepad++\plugins\CodeStats
, or (for x64):C:\Program Files\Notepad++\plugins\CodeStats
. -
Start/restart Notepad++.
-
Enter your API token in the window that pops up, then press
OK
. -
Use Notepad++ like you normally do and your amount of programming will be tracked for you automatically.
-
Visit https://codestats.net to see your logged stats.
On the next Notepad++ launches, after API token has been provided, this plugin is making HTTPS request to analytics server containing plugin version and unique randomly generated ID. This is because author would like to see the amount of people using this. If you really do not want to be included, you can opt-out in plugin settings.
CodeStats for Notepad++ logs to C:\Users\<user>\AppData\Roaming\Notepad++\plugins\config\CodeStats.log
.
Turn on debug mode (click the CodeStats icon in Notepad++) then check your log file.
This plugin was originally based on notepadpp-WakaTime