Skip to content

Account for dynamic constant paths in document symbol #437

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

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

vinistock
Copy link
Member

Closes #436

We already have a helper to get a constant name safely, so we just need to use it and ensure we don't try to push symbols for constant that are incomplete in the middle of typing or that contain dynamic parts.

@vinistock vinistock added the bugfix This PR fixes an existing bug label Aug 23, 2024
@vinistock vinistock self-assigned this Aug 23, 2024
@vinistock vinistock requested a review from a team as a code owner August 23, 2024 21:34
@vinistock vinistock requested review from andyw8 and st0012 August 23, 2024 21:34
@vinistock vinistock merged commit 665ac3c into main Aug 28, 2024
22 of 40 checks passed
@vinistock vinistock deleted the vs-fix-dynamic-constant-path-doc-symbol branch August 28, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rescue MissingNodesInConstantPathError in DocumentSymbol
2 participants