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

Full completion support #93

Merged
merged 1 commit into from
May 2, 2023

Conversation

julienduchesne
Copy link
Member

@julienduchesne julienduchesne commented May 1, 2023

Closes #5
Simplified the code in the process.
Completion was using it's own stack-walking code, I moved it to use the same thing as go-to-definition, so it should support all the cases now. From multi-level indexing to overrides and imports

Demo:

demo.mp4

Closes #5
Simplified the code in the process.
Completion was using it's own stack-walking code, I moved it to use the same thing as go-to-definition
@julienduchesne julienduchesne merged commit 4214e85 into main May 2, 2023
@julienduchesne julienduchesne deleted the julienduchesne/full-completion-support branch May 2, 2023 11:34
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

Successfully merging this pull request may close these issues.

Completion: Support fields from imported files
1 participant