Skip to content

Commit 93360d8

Browse files
authored
docs(misc): update nx console docs (lerna#4232)
1 parent 87cc231 commit 93360d8

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

website/docs/features/editor-integrations.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,39 @@ type: recipe
66

77
# Editor Integrations
88

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.
1010

11-
## Download
11+
## Supported Editors
1212

13-
### VSCode
13+
### Visual Studio Code
1414

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**.
1616

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**.
1823

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)
2025

21-
- [nx-webstorm](https://plugins.jetbrains.com/plugin/15000-nx-webstorm)
22-
- [Nx Console Idea](https://plugins.jetbrains.com/plugin/15101-nx-console-idea)
26+
## Key Features
2327

24-
These plugins are **NOT** built or maintained by the Nx team. They are maintained by independent community contributors.
28+
Nx Console provides powerful features to enhance your development workflow:
2529

26-
## Nx Console for VSCode
30+
- **AI Enhancements**: Automatically teaches AI assistants about your workspace architecture
31+
- **Visual UI for Generators**: Interactive interface for running Nx generators with form validation
32+
- **Project Details View**: Explore your projects and their tasks visually
33+
- **Task Execution**: Run tasks with a single click directly from your editor
34+
- **Workspace Visualization**: View and explore your project dependency graph
35+
- **Nx Cloud Integration**: Track CI pipeline runs and distributed task execution
36+
- **Inferred Tasks**: Discover and run all available tasks, including inferred ones
37+
38+
## Resources
2739

2840
![Nx Console logo](../images/nx-console/nx-console-logo.png)
2941

30-
- [Install from the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console)
31-
- [Contribute on GitHub](https://github.com/nrwl/nx-console)
42+
- [GitHub Repository](https://github.com/nrwl/nx-console) - Contribute or report issues
43+
- [Nx Documentation](https://nx.dev/getting-started/editor-setup) - Learn more about editor setup
44+
- [Nx Console Features](https://nx.dev/features/integrate-with-editors) - Detailed feature documentation

0 commit comments

Comments
 (0)