Autocompletions kinda don't work with "with attr;" statement
bug
**Describe the bug**
For example there is a list, when typing pkgs.smth the completion works, so it suggests smth2, smth3 and so on, but when using "with pkgs;", I still need to type pkgs.smth to make completion working.
**Expected behavior**
It should respect the "with smth;" and suggest appropriate completions
0 条评论