We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show context menu Nx actions in Rider
NX-console context menu actions like:
Refactor/Move Nx Project
Refactor/Remove Nx Project
Nx Generate (UI)
Add/Nx Generate (UI)
Nx Run Target
Nx Show Project Configuration
Rider
Solution
File System
I'd expected it to be the same as in WebStorm
WebStorm
The text was updated successfully, but these errors were encountered:
Hmmm that's so interesting... why is it different across IDEs??
Sorry, something went wrong.
@MaxKless haha I feel your pain 😅
I guess JB just wanted to ease the switch from Visual Studio to Rider, so that is why they have this menu significantly reworked in a similar way
I just bought the JetBrains all products pack, I can have a look when I find the time :) Thanks for the report
No branches or pull requests
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 viaAdd/Nx Generate (UI)
)Nx Run Target
Nx Show Project Configuration
aren't available in
Rider
(in bothSolution
andFile System
project views)Suggested Implementation
I'd expected it to be the same as in
WebStorm
The text was updated successfully, but these errors were encountered: