iridium icon indicating copy to clipboard operation
iridium copied to clipboard

Detection of unused files is not accurate

Open zardoy opened this issue 4 years ago • 1 comments

As I can see detection is not accurate.

Here is comparison with extension that uses depcheck. I recommend to use depcheck instead because AFAIK it has most detectors (for example can detect that deps are used in bin). Example on simple project:

This Extension

image

Depcheck (more accurate)

image

zardoy avatar Nov 24 '21 12:11 zardoy

Unused dep detection is currently disabled because as you mentioned, results are not accurate. I'll need to dig into that extension source code and check if it uses any open library

Idered avatar Jul 01 '23 10:07 Idered