nixd 1.1.0 here!
Here I would gladly to announce nixd v1.1.0. Previously, I posted the initial version of nixd here: Nixd: nix language server. And it has improved a lot!
Release page: Release v1.1.0 · nix-community/nixd · GitHub
Completely New Features
Goto Definition - Values (e.g. lambdas, attrs)
Goto Definition - Derivations
Document Symbol
Document Link
Rename
Static Analysis
Provide static bindings (such as rec
) without any evaluation.
Improvements
Automatic Evaluation
You don’t need to manually set “eval depth”. Nixd will evaluate where you touched lazily.
Diagnostic
Show nix stack trace (completely consistent with official implementation)
Option System
The nixpkgs option auto-completion subsystem will show you example if specified.