Skip to content

Commit a5bcf89

Browse files
Fix error
1 parent c9f1d9e commit a5bcf89

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Sources/CodeEditSourceEditor/CodeSuggestion/AutoCompleteCoordinatorProtocol.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// Created by Abe Malla on 4/8/25.
66
//
77

8-
import LanguageServerProtocol
9-
108
public protocol AutoCompleteCoordinatorProtocol: TextViewCoordinator {
11-
func fetchCompletions() async throws -> [CompletionItem]
9+
func fetchCompletions() async throws -> [CodeSuggestionEntry]
1210
func showAutocompleteWindow()
1311
}

Sources/CodeEditSourceEditor/CodeSuggestion/SuggestionController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public final class SuggestionController: NSWindowController {
187187
return nil
188188

189189
case 124: // Right Arrow
190-
// handleRightArrow()
191190
return event
192191

193192
case 123: // Left Arrow

0 commit comments

Comments
 (0)