Nx Console, a popular tool for managing Nx and Angular projects, has expanded its reach beyond Visual Studio Code by launching an official plugin for JetBrains IDEs, including IntelliJ. This expansion was made possible through collaboration with contributors from the Nx community, such as Issam Guissouma and Edward Tkachev, who previously developed popular community plugins. The integration focuses on two main features: the Nx Language Server, which offers code completion and workspace information, and the Generate UI, which simplifies code generation through a form-based interface rather than CLI commands. While VSCode natively supports the Language Server Protocol, the JetBrains platform required additional work using the lsp4j library to facilitate communication. To accommodate the new environment, developers refactored the existing application, using JCEF to integrate the web application into IntelliJ and adapting styling to fit the new IDE. The project aims to maintain a consistent user experience across different IDEs while incorporating more IntelliJ-specific functionalities and quality-of-life enhancements in future updates.