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

Invalid references reported #21

Open
daddykotex opened this issue Mar 7, 2022 · 0 comments
Open

Invalid references reported #21

daddykotex opened this issue Mar 7, 2022 · 0 comments

Comments

@daddykotex
Copy link
Collaborator

daddykotex commented Mar 7, 2022

Given smithy files like this:

# file 1
structure SomeStruc {
  id: Session_Id
}
# file 2
@uuidFormat
string Session_Id
# file 3
/// Session data
structure Session {
  account: Account,
  identity: SessionIdentity
}

When hovering or clicking to definition on Session_Id, it points to the file #3 Session structure instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant