Speed search is enable in add import action #KT-13326 Fixed
This commit is contained in:
@@ -134,6 +134,8 @@ class KotlinAddImportAction internal constructor(
|
||||
return object : BaseListPopupStep<AutoImportVariant>(KotlinBundle.message("imports.chooser.title"), variants) {
|
||||
override fun isAutoSelectionEnabled() = false
|
||||
|
||||
override fun isSpeedSearchEnabled() = true
|
||||
|
||||
override fun onChosen(selectedValue: AutoImportVariant?, finalChoice: Boolean): PopupStep<String>? {
|
||||
if (selectedValue == null || project.isDisposed) return null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user