# 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](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**. {% install-nx-console /%} - [Install from the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console) - [Contribute on GitHub](https://github.com/nrwl/nx-console) ![Nx Console screenshot](/shared/images/nx-console/nx-console-screenshot.webp) ### WebStorm If you are using [WebStorm](https://www.jetbrains.com/webstorm/), you can install one of the available plugins: - [nx-webstorm](https://plugins.jetbrains.com/plugin/15000-nx-webstorm) - [Nx Console Idea](https://plugins.jetbrains.com/plugin/15101-nx-console-idea) These plugins are **NOT** built or maintained by the Nx team. They are maintained by independent community contributors. ### Neovim If you are using [Neovim](https://neovim.io/), you can install [Equilibris/nx.nvim](https://github.com/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.