You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin should also show syntax errors without delay, matches braces, and adds support for commenting out lines (Ctrl + /). Besides that, the plugin just doesn't do that much right now. Unfortunately, I am currently not able to invest as much time into this project as it would deserve.
I guess I could improve the syntax highlighting with some heuristics without much time investment. For failproof syntax highlighting (and many other features), we would first need to implement support for resolving references.
Running .nix files from IntelliJ might be a feature which could be added with relative ease. We would first need to define which types of “running” we want to implement. I guess the most obvious cases are evaluating a file (just for validation) and building derivations. Any other cases you would like to see?
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
.The text was updated successfully, but these errors were encountered: