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

Completion of locals in more places #847

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Completion of locals in more places #847

merged 1 commit into from
Jun 18, 2024

Conversation

anderseknert
Copy link
Member

Locals are now suggested anywhere inside of a word boundary, including function a call argument list, map keys/values, arrays, etc.

Added a couple of useful helpers as part of this that we should be able to use for other completion providers too.

Fixes #844

Locals are now suggested anywhere inside of a word boundary, including
function a call argument list, map keys/values, arrays, etc.

Added a couple of useful helpers as part of this that we should be able
to use for other completion providers too.

Fixes #844

Signed-off-by: Anders Eknert <[email protected]>
@charlieegan3 charlieegan3 merged commit 1edfd88 into main Jun 18, 2024
3 checks passed
@charlieegan3 charlieegan3 deleted the locals-for-args branch June 18, 2024 09:09
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.

Suggest local variables as arguments to function call
2 participants