This command helps you manage import statements inside a compilation unit. It searches your program for types that you have referenced but not imported and adds import statements for them to your code.
If the current selection in the editor is a valid type (fully-qualified or unqualified), you can use the Add Imports command to add an import statement for that type.
If the type is fully-qualified, it will be converted to an unqualified type reference.