Closed inDeev closed 2 years ago
The plugin uses first the Git repo folder as the project name, the second the PHPStorm project if a Git folder isn't found. To overwrite that, use a project map in your ~/.wakatime.cfg
which works based on the file path similar to your aliased projects in PHPStorm.
The reason we use Git first is to support PHPStorm with other editors on the same machine, that way all wakatime plugins use the same project names and you don't end up with the same project having two different names on your dashboard.
I have the same problem all my projects are recorded as www since this is my project root. /projectnameXXXX/www .git folder resides inside www folder so even if "projectnameXXXX" is deference for every project all projects are recorded as "www"
I would imagine that there should be an option to pickup the name from the project name of the IDE like phpstorm.
In structure e.g.
are all backends / frontends processed as one project. Although each have own renamed alias in PHPStorm.