src/main/kotlin/org/jetbrains/plugins/feature/suggester/suggesters/CompletionPopupSuggester.kt [63:68]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getSuggestion(action: Action): Suggestion { val language = action.language ?: return NoSuggestion val langSupport = LanguageSupport.getForLanguage(language) ?: return NoSuggestion when (action) { is BeforeEditorTextRemovedAction -> { if (action.textFragment.text == ".") { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/plugins/feature/suggester/suggesters/ReplaceCompletionSuggester.kt [62:67]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getSuggestion(action: Action): Suggestion { val language = action.language ?: return NoSuggestion val langSupport = LanguageSupport.getForLanguage(language) ?: return NoSuggestion when (action) { is BeforeEditorTextRemovedAction -> { if (action.textFragment.text == ".") { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -