

It allows you to get to ANY line and set an execution point there without executing the preceding code. This is where the Jump To Line plugin comes in handy. Many navigation actions in IntelliJ IDEA’s debugger let you set a breakpoint in a desired place, but sometimes you need to reach a line in just one click. We are also curious about what plugins you love, so please share in the comments.Īnd as a quick reminder, you can install all the plugins via Preferences/Settings | Plugins or the Plugins tab on the Welcome screen.

In this blog post, we’ll share our recent and all-time favorite plugins. The library is enormous, and it can be a bit easy to get lost. The JetBrains Marketplace has plenty of plugins with useful features that can address your personal or business-specific needs.

Exclude build directory (%PROJECT_ROOT%/target).Keep source and test folders on reimport.Create module groups for multi-module Maven projects.Create IntelliJ IDEA modules for a aggregator projects (with 'POM' packaging).Afterwards, enable Maven import options as the following: In the default welcome menu,Ĭhoose Import Project, then find the Nuxeo root folder and select the POM file Now import Nuxeo source code as Maven project. Then search VM options for importer and set it to: -Xms1g -Xmx4g On the right bottom of menu, click Configure > Preferences. Importer to increase the importation capacity. If it's not theĬase, please go back to the previous section, Getting the Nuxeo Source Code,īefore importing Nuxeo source code, you need to configure the VM options for We assume that you've cloned the Nuxeo source code successfully.
