nix-community / nixd

Nix language server, based on nix libraries [maintainer=@inclyc,@Aleksanaa]
https://github.com/nix-community/nixd
GNU Lesser General Public License v3.0
919 stars 31 forks source link

complete `builtins` #585

Closed inclyc closed 3 months ago

inclyc commented 3 months ago

Frankly, we have even all lib completion, but not yet builtins, the most trivial case.

CC @BirdeeHub, thanks.

inclyc commented 3 months ago

Oh, looks duplicated to #507, maybe we should prioritize that.