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
Copy file name to clipboardExpand all lines: website/docs/features/editor-integrations.md
+25-12Lines changed: 25 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,39 @@ type: recipe
6
6
7
7
# Editor Integrations
8
8
9
-
Nx Console displays the npm scripts for all your projects in the VS Code sidebar and allows you to run them with a single click or open the script definition in your editor.
9
+
Nx Console is the official UI for Nx that enhances your developer experience in your favorite editor. It provides a visual interface for running tasks, generating code, and exploring your workspace structure.
10
10
11
-
## Download
11
+
## Supported Editors
12
12
13
-
### VSCode
13
+
### Visual Studio Code
14
14
15
-
If you are using [VSCode](https://code.visualstudio.com/), you can install the [Nx Console VSCode Plugin](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console)from Marketplace. The Nx Console VSCode Plugin is **built and maintained by the Nx team**.
15
+
If you are using [VSCode](https://code.visualstudio.com/), you can install the official Nx Console extension from the marketplace. The Nx Console VSCode extension is **built and maintained by the Nx team**.
16
16
17
-
### WebStorm
17
+
-[Install from the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console)
18
+
-[Install from OpenVSX Registry](https://open-vsx.org/extension/nrwl/angular-console) (for VSCode alternatives like Cursor)
19
+
20
+
### JetBrains IDEs
21
+
22
+
If you are using [WebStorm](https://www.jetbrains.com/webstorm/), [IntelliJ IDEA](https://www.jetbrains.com/idea/), or other JetBrains IDEs, you can install the official Nx Console plugin. The Nx Console JetBrains plugin is **built and maintained by the Nx team**.
18
23
19
-
If you are using [WebStorm](https://www.jetbrains.com/webstorm/), you can install one of the available plugins:
24
+
-[Install from JetBrains Marketplace](https://plugins.jetbrains.com/plugin/21060-nx-console)
0 commit comments