https://compodoc.app/ (documentation coverage)
fileCommented (match "@" maybe) / all files
I was sure this had been brought up before, but I can't seem to find the issue....
This would be a neat feature to have, but just matching on @ won't be very helpful. Ideally this feature should report doc comments / documented members for each file. (Even better check for @param & such)
I think it should be fairly straightforward, it would probably be best to implement it as a plugin first so that it can be disabled to avoid a performance hit for those not interested in the information it reports.
Closing this as it should really be implemented as a plugin first, and should probably remain as a plugin so that we avoid the performance hit of calculating this. If you (or anyone) implements this, please post here to promote it :)
Most helpful comment
I was sure this had been brought up before, but I can't seem to find the issue....
This would be a neat feature to have, but just matching on
@won't be very helpful. Ideally this feature should report doc comments / documented members for each file. (Even better check for@param& such)I think it should be fairly straightforward, it would probably be best to implement it as a plugin first so that it can be disabled to avoid a performance hit for those not interested in the information it reports.