-
Notifications
You must be signed in to change notification settings - Fork 284
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
Symbol not indexed #1896
Comments
@ahoppen sorry for the constant pings but this one is more annoying than the other issues I've filed here or in the VSCode extension repo, so just wanted to mention it. I have little knowledge about how the indexing works so not sure if there are docs or something or ... basically I'm not sure how easy / hard it'll be for me to debug this. |
Synced to Apple’s issue tracker as rdar://141869009 |
Looking at the logs with extended logging enabled, I see that we’re failing to build
|
Swift version
6.0.3
Platform
macOS
Editor
VSCode / Cursor
Description
Debug logs for
Jump To Definition
ofAuditLog.Entry
symbol:Looks like it succeeded but the response wasn't helpful?
Steps to Reproduce
Clone Penny and open /Sources/Penny/Handlers/AuditLogHandler.swift.
Observe that jump-to-definition doesn't work for this symbol:
Worth noting:
DiscordModels
.DiscordModels
is@_exported
by theDiscordBM
umbrella module.DiscordBM
is imported in the file (the exact needed modules areDiscordModels
andDiscordUtilities
).@_exported
and the behavior.Logging
No response
The text was updated successfully, but these errors were encountered: