This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Description
When using code completion e.g. on a class name, suggestions include types that are not imported. Depending on the context, using organize imports immediately after code completion will not work because the statement is incomplete.
Selecting a completion that requires an import should trigger an organize imports to add it.