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

nixd/Controller: support select in nested with expression #546

Merged
merged 4 commits into from
Jul 21, 2024

Conversation

inclyc
Copy link
Member

@inclyc inclyc commented Jul 21, 2024

This PR adds combination of with expression and nested variables support like this:

with pkgs; [ nixd.over| ]

Enables auto-completion for variables that comes from with expression and "select" into nested attrs.

e.g.

image

@inclyc inclyc force-pushed the nixd/Controller/completion/with-select branch from 5e61d72 to a1395af Compare July 21, 2024 05:03
@inclyc inclyc marked this pull request as ready for review July 21, 2024 05:32
@inclyc inclyc merged commit 5a43829 into main Jul 21, 2024
36 checks passed
@inclyc inclyc deleted the nixd/Controller/completion/with-select branch July 21, 2024 05:34
@inclyc inclyc added enhancement New feature or request nixd:controller labels Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nixd:controller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant