nx-console
nx-console copied to clipboard
Nx Console is the user interface for Nx & Lerna.
For some reason, the angular Language Service isnt working correctly anymore after installing the NX Plugin in WebStorm.  I Resetted System Settings multiple times to Default and installed only...
When using the New Generate UI (Preview), the left sidebar containing option navigation is now scrollable if the list height overflows the available vertical space. **Demo (IntelliJ):** https://github.com/nrwl/nx-console/assets/6420535/51baf253-d37f-49b3-b716-04ede4e78d37
## Current Behavior This issue is with the VSCode Nx Console plugin. It may be related to how our repo is configured (been upgraded over the years), but we're on...
## Description Show context menu Nx actions in Rider ## Motivation NX-console context menu actions like: - `Refactor/Move Nx Project` - `Refactor/Remove Nx Project` - `Nx Generate (UI)` (available only...
## Description For Intellij/Webstorm/Rider, add `Move/Remove` actions to the Nx Console context menu to better feature parity with Nx Console in VS Code. ## Motivation Since VS Code times, I...
## Description Add `Common Nx Commands` panel to Intellij (especially `run-many` and `Add Dev Dependency`). ## Motivation * To achieve better feature parity with VS Code * and bring back...
## Current Behavior When selecting a Generator from the Generate (UI) panel the Generate tab opens up and just displays the following HTML: ``` Generate UI ``` ## Expected Behavior...
## Current Behavior - Just created a new Nx **empty** workspace - Ported immediately to Yarn 4 (if that's relevant) - Added `@nx/react` - Went to Nx console in VS...