swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.27k stars 272 forks source link

Filter text for override completions should not contain `func ` prefix #1599

Open ahoppen opened 1 month ago

ahoppen commented 1 month ago

https://github.com/swiftlang/sourcekit-lsp/blob/5c2055d54ebd2546cda42d506060964ea0349d39/Tests/SourceKitLSPTests/SwiftCompletionTests.swift#L318-L319

The filter text here should be foo() not func foo()

ahoppen commented 1 month ago

Synced to Apple’s issue tracker as rdar://132935009