You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
After using the keymapping from the atom-ide diagnostic UI (option+a by default) and triggering the "add import" code action, editor focus is lost after choosing an import. Note that this only occurs when there are multiple possible imports, if the autoImportActionProvider chooses an import directly then focus is returned to the editor after importing. So this is likely an issue with the select list that is displayed for multiple options.
After using the keymapping from the atom-ide diagnostic UI (
option+aby default) and triggering the "add import" code action, editor focus is lost after choosing an import. Note that this only occurs when there are multiple possible imports, if theautoImportActionProviderchooses an import directly then focus is returned to the editor after importing. So this is likely an issue with the select list that is displayed for multiple options.