Skip to content

feat(python): change order of navigation in comprehension snippets #485

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

Conversation

ValdezFOmar
Copy link
Contributor

This change is motivated by getting better completions when using a language server. When starting from the iterable part of the snippet, the language server can infer the type of the values contained in the iterable, so that when we get to the part of writing the value it can offer autocompletion and suggestions for fields and methods of value.

This change is motivated by getting better completions when using a
language server. When starting from the `iterable` part of the snippet,
the language server can infer the type of the values contained in the
iterable, so that when we get to the part of writing the `value` it can
offer autocompletion and suggestions for fields and methods of `value`.
@OkelleyDevelopment OkelleyDevelopment merged commit 9a91957 into rafamadriz:main Oct 7, 2024
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.

2 participants