5
5
6
6
<!-- Plugin description -->
7
7
8
- This plugin has the goal of being generally useful when working with nixpkgs/NixOS/nixops, it aims
9
- to provide the following:
10
-
11
- * Syntax Highlighting
12
- * Linting
13
- * Profile management
14
- * Suggestions for:
15
- * Attributes
16
- * Builtins
17
- * Filesystem paths
18
- * Templates for common usage patterns
8
+ This plugin has the goal of being generally useful when working with nixpkgs/NixOS/nixops.
9
+ It currently adds support for the Nix language.
10
+ The following features are available:
11
+
12
+ * Syntax Highlighting
13
+ * Real time detection of syntax errors
14
+
15
+ We would also like to provide additional support for Nix/NixOS/NixOps,
16
+ but the following features are currently ** not implemented** :
17
+
18
+ * Linting, code completion, formatting
19
+ * Profile management
20
+ * Run configurations
21
+ * Templates for common usage patterns
19
22
20
23
<!-- Plugin description end -->
21
24
@@ -26,17 +29,17 @@ to provide the following:
26
29
The plugin can be found at the Jetbrains plugin repository as
27
30
[ NixIDEA] [ marketplace ] .
28
31
29
- * Goto ** File > Settings > Plugins > Marketplace**
30
- * Type ** NixIDEA** into the search bar
31
- * Click ** Install**
32
+ * Goto ** File > Settings > Plugins > Marketplace**
33
+ * Type ** NixIDEA** into the search bar
34
+ * Click ** Install**
32
35
33
36
### From ZIP file
34
37
35
38
You can also install the plugin from a ZIP file.
36
39
37
- * Goto ** File > Settings > Plugins**
38
- * Click onto the ** wheel icon** on the top
39
- * Choose ** Install Plugin from Disk**
40
+ * Goto ** File > Settings > Plugins**
41
+ * Click onto the ** wheel icon** on the top
42
+ * Choose ** Install Plugin from Disk**
40
43
41
44
You can find corresponding ZIP files [ on GitHub] [ releases ] or build them
42
45
yourself as described below.
@@ -47,12 +50,12 @@ yourself as described below.
47
50
48
51
Follow the following steps before you build the project the first time.
49
52
50
- * Clone the repository
51
- * Ensure that you have a JDK for Java 11 or higher on your PATH
52
- * Only on NixOS: Setup JetBrains Runtime (JBR) from ` <nixpkgs> `
53
- ``` sh
54
- nix-build ' <nixpkgs>' -A jetbrains.jdk -o jbr
55
- ```
53
+ * Clone the repository
54
+ * Ensure that you have a JDK for Java 11 or higher on your PATH
55
+ * Only on NixOS: Setup JetBrains Runtime (JBR) from ` <nixpkgs> `
56
+ ``` sh
57
+ nix-build ' <nixpkgs>' -A jetbrains.jdk -o jbr
58
+ ```
56
59
57
60
# ## Build execution
58
61
0 commit comments