I installed nix-idea plugin, and it seems to don't do anything useful:
- syntax highlighting is minimal (only string literals and
;s are displayed with a different color)
- ctrl+b (go to definition) doesn't work
- ctrl+q (show documentation) doesn't work
- no way to run .nix files directly from IntelliJ
- when I on purpose introduce an error (e.g. non-existing parameter name) - no error is shown
Does it need an extra setup? Or it simply doesn't work in IntelliJ 2022.2.2? Nix is installed in my system the standard way into /nix.
I installed nix-idea plugin, and it seems to don't do anything useful:
;s are displayed with a different color)Does it need an extra setup? Or it simply doesn't work in IntelliJ 2022.2.2? Nix is installed in my system the standard way into
/nix.