MS Visual Studio has a great feature: it automatically suggests the units to add in using
clause when you typing the code with refrences to absent standard classes.
If the unit which contains the reference is not yet in the uses list, this is how I save many manual steps:
A dialog will present the available unit which contains the unknown type or symbol, and a mouse click adds the selected unit to the uses list of the current file.