You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is because when you type { somename| , the construct is guessed as a part of lambda functions, while the completion lists provided by nixd are context-aware (i.e. iff the cursor is in an attribute set).
Completions are expected to work with the following snippet, though:
Describe the bug
Opening an object doesn't offer nixd autocompletions in the first line of the object
Logs (Required)
Configuration
To Reproduce
Steps to reproduce the behavior:
programs.foot = { };
Expected behavior
It should show options available for the program, like it would when typing programs.foot.e
Additional context
The text was updated successfully, but these errors were encountered: