We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a7d67 commit c9f1d9eCopy full SHA for c9f1d9e
Sources/CodeEditSourceEditor/Controller/TextViewController+Lifecycle.swift
@@ -232,7 +232,6 @@ extension TextViewController {
232
self.findViewController?.hideFindPanel()
233
return nil
234
case (controlKey, " "):
235
-// suggestionController.showWindow()
236
let autocompleteCoordinators = textCoordinators.map {
237
($0.val as? AutoCompleteCoordinatorProtocol)?.showAutocompleteWindow()
238
}
0 commit comments