File tree 2 files changed +2
-2
lines changed
src/main/java/org/nixos/idea/lang
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
The feature is disabled by default since the functionality is rather limited for now.
9
9
Feel free to comment your feedback at [ issue #87 ] ( https://github.com/NixOS/nix-idea/issues/87 ) .
10
10
- Support for simple spell checking
11
- - Automatic insertion of closing quotes
11
+ - Automatic insertion of closing quotes and braces
12
12
- Support for * Code | Move Element Left/Right* (<kbd >Ctrl</kbd >+<kbd >Alt</kbd >+<kbd >Shift</kbd >+<kbd >←/→</kbd >)
13
13
- Support for IDEA 2025.1
14
14
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class NixBraceMatcher implements PairedBraceMatcher {
30
30
31
31
@ Override
32
32
public boolean isPairedBracesAllowedBeforeType (@ NotNull IElementType lbraceType , @ Nullable IElementType contextType ) {
33
- return false ;
33
+ return true ;
34
34
}
35
35
36
36
@ Override
You can’t perform that action at this time.
0 commit comments