-
-
Notifications
You must be signed in to change notification settings - Fork 30
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: lib
+ pkgs
completion with "select", e.g. lib.gen|
, pkgs.stdenv.mkDerivat|
#544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- cherry pick the first two commits to make the diff more concise
- add tests
6eeb9ab
to
d0647d7
Compare
lib
completionlib
+ pkgs
completion with "select", e.g. lib.gen|
, pkgs.stdenv.mkDerivat|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial implementation.
lib.|
andpkgs.|
does not work- cannot handle
with lib;
- cannot handle
with expr
+ "select" - cannot resolve function params
….stdenv.mkDerivat|`
d0647d7
to
2f2c80f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's wait for github runners.
Fixes #509 |
Fixes: #495