Most of the time finding missing file in project that has a central repository is very silly. It's something a computer could do much faster than me as a programmer. However I have no idea how to create this thing inside Delphi ide, since I don't know any open source interface for Delphi for this thing(such as eclipse plugins).
So I'm asking: is there a plugin that knows how to locate missing files in project, and give suggestions,to the programmer that can chose the most correct, or manually finding the missing file?
update: it could also include identifying the unit that needs to be added to the uses, after calling an object from another unit.