Managing imports for new classes
Often you create a class from existing code or copy code into an existing class. In the new class, needed classes are often not imported. A simple way to get around this is to create a template that has all your commonly used imports. You can then press <kbd>Ctrl+j</kbd>
 to add the imports to your class. Then, once the file has compiled and is reasonably complete, use the Optimize Imports right-click command to remove all the unused imports.<span class = "sku-pro"></span>
 <span class = "sku-ent"></span>
