- Settings have been refactored. Different pages are now merged into one hierarchy.
0.4.0.17 - 2025-01-29
- Experimental support for resolving variables. The feature is disabled by default since the functionality is rather limited for now. Feel free to comment your feedback at issue #87.
- Support for resolving simple path references
- Support for simple spell checking
- Automatic insertion of closing quotes and braces
- Support for Code | Move Element Left/Right (Ctrl+Alt+Shift+←/→)
- Support for IDEA 2025.1
0.4.0.16 - 2024-09-22
- Support for IDEA 2024.3
- Support for IDEA 2023.3
0.4.0.15 - 2024-08-14
- Support for IDEA 2024.2
- Support for IDEA 2023.2
0.4.0.14 - 2024-06-10
- Support for code formatting via external commands (#80)
0.4.0.13 - 2024-04-29
- Plugin logo for easier recognition
- Experimental Language Server support using IDEA's LSP API (#68)
(Only works for paid versions of IDEA 😞)
- Icon of
*.nix
files is now using SVG format - Icon of
*.nix
files got a separate variant for dark backgrounds - Update Grammar-Kit: 2021.1.2 -> 2022.3.2
- Update JetBrains' fork of JFlex: 1.7.0-1 -> 1.9.2
- Support for IDEA 2023.1
- Variables behind
inherit
keyword not correctly resolved during highlighting
0.4.0.12 - 2024-03-29
- Support for IDEA 2024.1
- Support for IDEA 2022.3
0.4.0.11 - 2023-10-22
- Support for IDEA 2023.3
- Support for IDEA 2022.2
0.4.0.10 - 2023-07-30
- Support for IDEA 2023.2
- Support for IDEA 2022.1
- Final changes on release notes not applied to “What’s New” section of published plugin
- Support for string interpolation in paths (#60)
- Highlighting of built-in functions and constants
- Support for semantic highlighting
- Settings to change the colors used by the highlighter
- Support for IDEA 2023.1 EAP
- Support for IDEA 2021.3
- Support for IDEA 2022.3 EAP
- Support for IDEA 2021.2
- Trailing commas reported as syntax error (#46)
- Support for IDEA 2022.2 EAP
- Support for IDEA 2021.1
- Support for IDEA 2022.1
- Support for IDEA 2021.3
- Support for IDEA 2020.3
- Support for IDEA 2021.2
- Support for IDEA 2020.2
This release features a complete rewrite of the parser and lexer within the plugin.
- Support for the full syntax of Nix 2.3
-
Error detection and recovery has been overhauled.
-
The following words are no longer treated as keywords to make the implementation consistent with Nix 2.3:
import
imports
require
requires
true
false
As a result, these words are no longer highlighted. We might bring back the special highlighting in a future release by using a different implementation for the highlighter.
-
Messages for syntax errors no longer contain the “NixTokenType.” prefix for every expected token. This should make the messages much easier to read.
- Various parsing errors (including but not limited to #8 and #13)
- Incorrect reset of parser state when modifying a file
- Support for IDEA 2021.1
- Support for IDEA 2020.1
- Support line comment and block comment IDEA actions
- Support for IDEA 2020.3
- Support for IDEA 2019.3
- Change ID of plugin back from
org.nixos.idea
in version 0.3.0.0 tonix-idea
from earlier versions. The different ID of version 0.3.0.0 causes IntelliJ and JetBrains Marketplace to treat version 0.3.0.0 as a different plugin instead of another version of the same plugin. Note that if you installed version 0.3.0.0 manually from the ZIP file, you should uninstall it when updating to a new version.
- Update project to build for recent IJ versions