-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Track Lines of Code #609
Comments
We track the total number of lines in the currently focused file, so we could extrapolate the number of lines added/deleted. However, I think using Git for this info works better. |
We explored this in #946 and found counting the number of additions/deletions as integers at a given point in time (when sending heartbeats) could be displayed as a line area chart green/red lines. Like the Code Frequency chart: Would having this data from WakaTime provide any benefit over how it's already provided by GitHub? |
Related discussion from GitHub asking for product feedback on their Code Frequency graph: |
This is an interesting feature. Any progress on this? |
We should have the editor plugins keep counters of added and deleted lines as two separate integers, sending along with other heartbeat params to wakatime-cli like |
It would be cool if Wakatime was also able to track lines of code added and deleted.
The text was updated successfully, but these errors were encountered: