nx/docs/shared/core-features/integrate-with-editors.md

1.6 KiB

Integrate with Editors

Nx Console is the UI for Nx. It works for any generator or any architect commands. Nx Console does not have a specific UI for, say, generating a component. Instead, Nx Console does what the command-line version of Nx does - it analyzes the same meta information to create the needed UI. This means that anything you can do with Nx, you can do with Nx Console.

Download

VSCode Plugin: Nx Console

If you are using VSCode, you can install the Nx Console VSCode Plugin from Marketplace. The Nx Console VSCode Plugin is built and maintained by the Nx team.

{% install-nx-console /%}

Nx Console screenshot

WebStorm

If you are using WebStorm, you can install one of the available plugins:

These plugins are NOT built or maintained by the Nx team. They are maintained by independent community contributors.

Neovim

If you are using Neovim, you can install Equilibris/nx.nvim with your favorite package manager.

This plugin is NOT built or maintained by the Nx team. They are maintained by independent community contributors.