github nix-community/nixd 2.2.2

latest releases: 2.4.0, 2.3.2, 2.3.1...
3 months ago

What's Changed

This release mainly includes UX improvements (less chatty, less bothering) and hover options documentation support.

New Features

  • nixd/hover: hover documentation for options by @Grafcube in #526

Special thanks to @Grafcube who implemented this feature! Now you could have options documentation hovering above. See the screenshot:

截屏2024-06-24 00 25 30
  • libnixf,nixd: demote livenss warning severity to "hint" by @inclyc in #527

This change means "unused xxx" warnings will only be rendered like a fading text, but no actual warning text will be popped up. I hope this will be less annoying for your UX.

截屏2024-06-23 00 46 39
  • nixd/Controller: default ignore nullptr AST by @inclyc in #529

Sometimes if you open a new file there will be many errors popped up, they won't anymore.

null AST is still emitting errors. Should be fixed in the next release.

Bug Fixes

  • nixd/Controller: fix character number -> 0 by @inclyc in #524

Fixes the position (character) to zero, thus there won't be a rendering issue for some client.

  • libnixf: disable escaping with warning for builtin by @Origami404 in #528

image

New Contributors

Full Changelog: 2.2.1...2.2.2

Don't miss a new nixd release

NewReleases is sending notifications on new releases.