nx-console-idea-plugin icon indicating copy to clipboard operation
nx-console-idea-plugin copied to clipboard

Nx Console Idea Plugin

Build Version Downloads

[!IMPORTANT] Nx Console Idea is no longer actively maintained. Please switch to the official 'Nx Console' plugin maintained by the Nx team with the help of @iguissouma. You can find it here:

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 type nx 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 type nx 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

Installation

  • 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.