We need to get the packages names in order to put our markers on the right files.
Currently we do it correctly for files in the same packages, but it's not enough.
This issue is related to #122
We can now put markers on files in different packages assuming the main folder is "src" which is legit
(and the project name is "Test", which is not #121)
We need to get the packages names in order to put our markers on the right files. Currently we do it correctly for files in the same packages, but it's not enough. This issue is related to #122