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.
filterText
func
1 parent 79964c8 commit 2c22d6eCopy full SHA for 2c22d6e
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