Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ahoppen opened this issue Jul 31, 2024 · 1 comment
Open

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

ahoppen opened this issue Jul 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ahoppen
Copy link
Member

ahoppen commented Jul 31, 2024

// FIXME: should be "foo()"
XCTAssertEqual(item.filterText, "func foo()")

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

@ahoppen ahoppen added the bug Something isn't working label Jul 31, 2024
@ahoppen
Copy link
Member Author

ahoppen commented Jul 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant