This plugin will add support for projects using Nx dev tools.
Donate(PayPal)
-
Open
nx.json
file -
Right button and choose
Show Nx Tasks
-
A tool window will appear with the available tasks, you can double-click to run the Nx task.
-
You can also use nx run tasks from the
RunAnything
command, just typenx run <task>
you'll get the list of available tasks, choose one to execute. -
You can also use nx generate from the
RunAnything
command, just typenx generate <schematic>
you'll get the list of available schematic, choose one and add options then to execute. -
If you want to use the nx generate with the UI Form, just append
--ui
to your command
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "nx-console-idea-plugin" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.