Current behavior
While typing out an attrset, completion works normally:

But no completions are provided for an inherit statement:

Or a with statement:

Expected behavior
Completions would work the same inside a with or inherit statement as they do when defining a variable normally.
Current behavior
While typing out an attrset, completion works normally:



But no completions are provided for an
inheritstatement:Or a
withstatement:Expected behavior
Completions would work the same inside a
withorinheritstatement as they do when defining a variable normally.