This package consumes the following services:
Chronometer
The Chronometer project was created to help developers measure the time worked, so the plugin keeps track of the changes in the editor buffers, if the buffers go unchanged for a long time, this time can be configured, it pauses the timer so that it does not be counted overtime.
It is very simple, and easy to pass unnoticed, see the figure below:
Now with more detail in the bottom bar:
The chronometer still has several settings such as the possibility to inform the value of an hour of your work, so that it can estimate how much time was invested in each session of code. See the figure below:
In addition to the global settings, in each project we can also have a .chronometer.json
configuration file where we can make private definitions for the project in question, see:
{
"currencySymbol": "BTC",
"hourValue": 0.0012,
"locale": "en-us",
"fractionDigits": 6
}