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

Declare variable on qualified unresolved reference #430

Closed
MarkusAmshove opened this issue Nov 22, 2023 · 0 comments · Fixed by #433
Closed

Declare variable on qualified unresolved reference #430

MarkusAmshove opened this issue Nov 22, 2023 · 0 comments · Fixed by #433
Labels
natls💻 Language Server implementation
Milestone

Comments

@MarkusAmshove
Copy link
Owner

MarkusAmshove commented Nov 22, 2023

Using the declare variable code action when the cursor is on an unresolved reference that is qualified should add the variable to the corresponding group.

Tests:

  • Group already exists locally: Add it to the group
  • Group exists in an imported LDA: Add it inside the LDA
  • Group doesn't exist: Add a new group with that variable locally
@MarkusAmshove MarkusAmshove added the natls💻 Language Server implementation label Nov 22, 2023
@MarkusAmshove MarkusAmshove added this to the v0.11 milestone Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
natls💻 Language Server implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant