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.
2 parents f384851 + 2c22d6e commit bee567dCopy full SHA for bee567d
Tests/SourceKitLSPTests/SwiftCompletionTests.swift
@@ -339,7 +339,6 @@ final class SwiftCompletionTests: XCTestCase {
339
XCTFail("No completion item with label 'foo()'")
340
return
341
}
342
- // TODO: The filter text should be "foo()" (https://github.com/swiftlang/sourcekit-lsp/issues/1599)
343
XCTAssertEqual(item.filterText, "func foo()")
344
XCTAssertEqual(
345
item.textEdit,
0 commit comments